mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-09-04 00:46:17 +00:00
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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| apc_parsers.py | ||
| bitfields.py | ||
| color_names.py | ||
| config.py | ||
| cursors.py | ||
| go_code.py | ||
| 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.