Graphics protocol: Allow suppressing responses from the terminal to graphics commands

This commit is contained in:
Kovid Goyal
2020-12-03 20:42:03 +05:30
parent c9828dfece
commit 23420adfa6
8 changed files with 79 additions and 52 deletions

View File

@@ -258,6 +258,7 @@ def graphics_parser() -> None:
'm': ('more', 'uint'),
'i': ('id', 'uint'),
'p': ('placement_id', 'uint'),
'q': ('quiet', 'uint'),
'w': ('width', 'uint'),
'h': ('height', 'uint'),
'x': ('x_offset', 'uint'),