- Remove unique identifier (device:inode) from directory listings - Change directory entry indexing from 1-based to 0-based - Add symlink handling in directories: respond with t=r:X=1 and target - Update parser to default cell_y to -1 for close handle detection - Update and extend tests for all new behaviors Agent-Logs-Url: https://github.com/kovidgoyal/kitty/sessions/d09883e5-f460-471d-9dcf-e64e7b96882f Co-authored-by: kovidgoyal <1308621+kovidgoyal@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| __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.