kitty/gen
Kovid Goyal 406a92fc69
handle unknown pointer names in OSC 22 more gracefully
Also, allow using beam and arrow as aliases of text and default when
setting pointer shapes. These are the names kitty itself reports, so
they should be allowed in addition to the canonical list from the spec.

Fixes #10372
2026-08-19 04:56:27 +05:30
..
__init__.py
__main__.py autoformat 2026-08-05 05:32:56 +05:30
apc_parsers.py Remove trailing whitespace from generated APC parsers 2026-08-18 08:30:12 +05:30
bitfields.py autoformat 2026-08-05 05:32:56 +05:30
color_names.py autoformat 2026-08-05 05:32:56 +05:30
config.py autoformat 2026-08-05 05:32:56 +05:30
cursors.py handle unknown pointer names in OSC 22 more gracefully 2026-08-19 04:56:27 +05:30
go_code.py autoformat 2026-08-05 05:32:56 +05:30
key_constants.py autoformat 2026-08-05 05:32:56 +05:30
README.rst
rowcolumn-diacritics.txt
srgb_lut.py autoformat 2026-08-05 05:32:56 +05:30
wcwidth.py autoformat 2026-08-05 05:32:56 +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.