mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-26 10:51:55 +00:00
Works better than the kitty-print DCS escape code as that tends to get interleaved with other writes to the tty since the loop infrastructure writes in a separate I/O thread. |
||
|---|---|---|
| .. | ||
| cli | ||
| cmd | ||
| config | ||
| crypto | ||
| rsync | ||
| themes | ||
| tty | ||
| tui | ||
| unicode_names | ||
| utils | ||
| wcswidth | ||
| README.rst | ||
This folder contains library and utility code for the various "kittens". Small terminal programs compiled statically for doing things like kitty remote control, icat etc. These are often re-implementations of earlier kittens that were written in Python.