kitty/gen
Kovid Goyal ad03fa94b2
Update the list of nerd font names when updating other unicode data as well
No longer need to store the list of names in our source code
2025-05-21 13:19:27 +05:30
..
__init__.py
__main__.py More pyugrade to 3.9 2024-08-05 11:00:51 +05:30
apc_parsers.py Start work on horizontal align for multicells 2025-02-19 07:50:40 +05:30
bitfields.py Nicer bitfield names 2025-03-22 12:39:41 +05:30
config.py Update type signatures generated by gen/config.py 2025-02-11 22:22:57 +05:30
cursors.py When dragging in rectangle select mode use a crosshair mouse cursor 2025-02-23 10:32:54 +05:30
go_code.py Rename go module from kitty -> github.com/kovidgoyal/kitty 2025-05-16 08:43:39 +05:30
key_constants.py More pyugrade to 3.9 2024-08-05 11:00:51 +05:30
README.rst
rowcolumn-diacritics.txt
srgb_lut.py More pyugrade to 3.9 2024-08-05 11:00:51 +05:30
wcwidth.py Update the list of nerd font names when updating other unicode data as well 2025-05-21 13:19:27 +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.