Files
kitty/tools
Matsumoto Kotaro 89946ebc07 graphics: make N a transient usage-hints bitmask
Change the graphics protocol N key from a boolean into a usage-hints
bitmask. Define the first bit as a transient hint, allowing the terminal
to treat the image data as short-lived and apply optimizations such as
skipping disk cache writes.

Propagate the transient hint through frame coalescing and composition, so
a composed frame is transient if any contributing frame is transient.
2026-06-19 13:22:01 +09:00
..
2026-04-21 11:56:55 +05:30
2025-11-23 12:15:29 +05:30
2026-05-05 10:49:56 +05:30
2026-03-21 08:41:47 +05:30
...
2026-03-12 13:48:20 +05:30
2026-04-21 11:56:55 +05:30
2026-05-18 13:55:48 +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.