mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-14 22:57:37 +03:00
77292a16d6
Follow PEP 0394 and use /usr/bin/env python so that the python in the users venv is respected. Not that the kitty python files are meant to be executed standalone anyway, but, whatever. Fixes #6810 |
||
---|---|---|
.. | ||
__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.