mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 17:52:02 +02:00
Define special numbers in one place only
This commit is contained in:
@@ -8,6 +8,9 @@ from . import BaseTest
|
||||
|
||||
class TestKeys(BaseTest):
|
||||
|
||||
def test_encode_key_event(self):
|
||||
pass
|
||||
|
||||
def test_encode_mouse_event(self):
|
||||
NORMAL_PROTOCOL, UTF8_PROTOCOL, SGR_PROTOCOL, URXVT_PROTOCOL = range(4)
|
||||
L, M, R = 1, 2, 3
|
||||
|
||||
Reference in New Issue
Block a user