kitty/gen
2024-07-28 21:07:28 +05:30
..
__init__.py
__main__.py Rationalize mouse cursor shape handling 2023-10-15 09:17:31 +05:30
apc_parsers.py Graphics protocol: Add a new delete mode for deleting images whose ids fall within a range 2024-02-25 09:57:44 +05:30
config.py A new option second_transparent_bg 2024-07-21 20:22:31 +05:30
cursors.py Wayland: Add support for the new cursor-shape protocol 2023-12-24 18:45:17 +05:30
go_code.py Automate finding of kittens that need Go CLIs generated 2024-07-28 21:07:28 +05:30
key_constants.py Add pointer shape enum to kittens 2023-10-15 21:03:41 +05:30
nerd-fonts-glyphs.txt Also move data files for gen scripts into gen dir 2023-10-14 08:04:37 +05:30
README.rst
rowcolumn-diacritics.txt Also move data files for gen scripts into gen dir 2023-10-14 08:04:37 +05:30
srgb_lut.py Make shebangs consistent 2023-11-11 08:32:05 +05:30
wcwidth.py remove no longer needed code 2024-02-05 13:54:22 +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.