Add detection for dnd protocol

This commit is contained in:
Kovid Goyal
2026-05-06 08:41:23 +05:30
parent abcb7d0e3d
commit ff1ce8fa76
6 changed files with 38 additions and 3 deletions

View File

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