kitty/gen
Kovid Goyal 80260e6eb1
Move back to individual settings for scrollbar
We need to split out the color settings so that they can be set in
themes anyway, so ...
2025-09-14 17:48:59 +05:30
..
__init__.py
__main__.py
apc_parsers.py
bitfields.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.