More work on the DnD protocol

This commit is contained in:
Kovid Goyal
2026-04-01 12:01:04 +05:30
parent 3ee440b004
commit 4f7855aede
8 changed files with 54 additions and 14 deletions

View File

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