kitty/gen
Kovid Goyal a65b4c70a7
Migrate type checker to ty
Much faster than mypy. Matches usage of ruff from same developer.
2026-07-04 09:18:00 +05:30
..
__init__.py
__main__.py
apc_parsers.py graphics: make N a transient usage-hints bitmask 2026-06-19 13:22:01 +09:00
bitfields.py
color_names.py
config.py Migrate type checker to ty 2026-07-04 09:18:00 +05:30
cursors.py
go_code.py Migrate type checker to ty 2026-07-04 09:18:00 +05:30
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.