mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 00:38:10 +02:00
Also report -2 in query response
This commit is contained in:
@@ -1595,7 +1595,7 @@ class TestScreen(BaseTest):
|
||||
c = s.callbacks
|
||||
# Test detection
|
||||
parse_bytes(s, b'\x1b[> q') # ]
|
||||
self.ae(c.wtcbuf, b'\x1b[>-1;1;2;3 q') # ]
|
||||
self.ae(c.wtcbuf, b'\x1b[>-2;-1;1;2;3 q') # ]
|
||||
|
||||
def current() -> dict[int, tuple[int, int]]:
|
||||
ans = {}
|
||||
|
||||
Reference in New Issue
Block a user