Files
kitty/tools
Kovid Goyal 5e158f90a7 Fix some responses from terminal sometimes leaking into shell on after kitten exit
Always do a roundtrip at kitten exit, except for special purpose
kittens. This slows down exit by one round trip time (capped at 2
seconds), however it ensures that we never get terminal response leak.

Fixes #9839
2026-04-10 15:14:38 +05:30
..
2026-03-21 08:41:47 +05:30
2025-11-23 12:15:29 +05:30
2026-03-21 08:41:47 +05:30
...
2026-03-12 13:48:20 +05:30
2026-03-21 08:41:47 +05:30
2026-04-03 22:25:05 +05:30
2026-03-21 08:41:47 +05:30

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.