More work on the DnD protocol

This commit is contained in:
Kovid Goyal
2026-04-02 12:03:49 +05:30
parent 04665db6dd
commit e41592e3b1
4 changed files with 99 additions and 5 deletions

View File

@@ -331,7 +331,7 @@ def parsers() -> None:
write_header(text, 'kitty/parse-multicell-command.h')
keymap = {
't': ('type', flag('aAmMrRsd')),
't': ('type', flag('aAmMrRsdoOpP')),
'm': ('more', 'uint'),
'i': ('client_id', 'uint'),
'o': ('operation', 'uint'),