kitty/gen
Kovid Goyal 4f1971c480
Rationalize mouse cursor shape handling
Now can use the full range of standard mouse cursor shapes similar to
those supported by browsers via the CSS cursor property.

Still needs to be fully implemented for cocoa backend.
2023-10-15 09:17:31 +05:30
..
__init__.py
__main__.py Rationalize mouse cursor shape handling 2023-10-15 09:17:31 +05:30
apc_parsers.py
config.py
cursors.py Rationalize mouse cursor shape handling 2023-10-15 09:17:31 +05:30
go_code.py
key_constants.py
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
wcwidth.py Also move data files for gen scripts into gen dir 2023-10-14 08:04:37 +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.