We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7493169 commit 170e767Copy full SHA for 170e767
tests/test_stream.py
@@ -356,3 +356,5 @@ def test_set_keypad_mode():
356
assert screen.keypad_mode == pyte.KeypadMode.APPLICATION
357
stream.feed(ctrl.ESC + esc.DECKPNM)
358
assert screen.keypad_mode == pyte.KeypadMode.NUMERIC
359
+ # verify nothing added to buffer
360
+ assert screen.display == [' ' * 80]
0 commit comments