kitty/gen
copilot-swe-agent[bot] d548afc94a
Implement DnD protocol changes for symlinks and directory handling
- 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>
2026-04-09 11:33:43 +00:00
..
__init__.py
__main__.py Move parsing of colors fully into C 2025-12-31 14:21:45 +05:30
apc_parsers.py Implement DnD protocol changes for symlinks and directory handling 2026-04-09 11:33:43 +00:00
bitfields.py Nicer bitfield names 2025-03-22 12:39:41 +05:30
color_names.py Move parsing of colors fully into C 2025-12-31 14:21:45 +05:30
config.py Output the set of special colors separately 2025-11-08 00:55:10 +05:30
cursors.py When dragging in rectangle select mode use a crosshair mouse cursor 2025-02-23 10:32:54 +05:30
go_code.py Fix completion for edit-in-kitty not including some common text file types 2026-03-27 20:07:55 +05:30
key_constants.py More pyugrade to 3.9 2024-08-05 11:00:51 +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 Fix: Increase sRGB LUT precision to 8 decimal places for more accurate color rendering 2026-02-17 02:22:20 +05:30
wcwidth.py remove leftover debug prints 2025-07-20 21:45:36 +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.