Add remote drag protocol

Needs to be implemented.
This commit is contained in:
Kovid Goyal
2026-04-10 20:32:53 +05:30
parent 01055d36b0
commit 564c964ed0
3 changed files with 59 additions and 2 deletions

View File

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