Send dropped message

This commit is contained in:
Kovid Goyal
2026-03-06 19:05:54 +05:30
parent 3a30c47942
commit 4f404f8c85
6 changed files with 73 additions and 27 deletions

View File

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