kitty/gen
Kovid Goyal 573bfb688a
Move parsing of colors fully into C
Uses a perfect hash function for color name lookup
2025-12-31 14:21:45 +05:30
..
__init__.py
__main__.py Move parsing of colors fully into C 2025-12-31 14:21:45 +05:30
apc_parsers.py
bitfields.py Nicer bitfield names 2025-03-22 12:39:41 +05:30
color_names.py Move parsing of colors fully into C 2025-12-31 14:21:45 +05:30
config.py Output the set of special colors separately 2025-11-08 00:55:10 +05:30
cursors.py
go_code.py Move parsing of colors fully into C 2025-12-31 14:21:45 +05:30
key_constants.py
README.rst
rowcolumn-diacritics.txt
srgb_lut.py
wcwidth.py remove leftover debug prints 2025-07-20 21:45:36 +05:30

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.