kitty/gen
2026-02-17 02:22:20 +05:30
..
__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 Fix: Increase sRGB LUT precision to 8 decimal places for more accurate color rendering 2026-02-17 02:22:20 +05:30
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.