mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-28 03:41:41 +00:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| apc_parsers.py | ||
| bitfields.py | ||
| color_names.py | ||
| config.py | ||
| cursors.py | ||
| go_code.py | ||
| key_constants.py | ||
| README.rst | ||
| rowcolumn-diacritics.txt | ||
| srgb_lut.py | ||
| wcwidth.py | ||
Scripts to generate code for various things like keys, mouse cursors, unicode data etc. Some of these generate code that is checked into version control. Some generate ephemeral code used during builds. Ephemeral code is in files with a _generated.[h|go|c] extension.