Implement drop data transmission

This commit is contained in:
Kovid Goyal
2026-03-07 14:54:07 +05:30
parent 4f404f8c85
commit 5ad55ec936
9 changed files with 188 additions and 46 deletions

View File

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