Start and stop accepting drops

This commit is contained in:
Kovid Goyal
2026-03-05 20:47:22 +05:30
parent 2898324047
commit 5a8132d241
6 changed files with 82 additions and 7 deletions

View File

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