mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-14 12:11:12 +03:00
cff490f881
It is currently disabled because no compositor seems to support it. Hyprland reports it as available but using it causes Hyprland to crash. Plasma 6 is supposed to have it but I am not installing a beta just for this. Typical Wayland. |
||
---|---|---|
.. | ||
__init__.py | ||
__main__.py | ||
apc_parsers.py | ||
config.py | ||
cursors.py | ||
go_code.py | ||
key_constants.py | ||
nerd-fonts-glyphs.txt | ||
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.