Skip to content

Commit 7739b64

Browse files
committed
Fix typo
1 parent 4641331 commit 7739b64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyte/screens.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class KeyboardFlags(IntFlag):
116116
affect it.
117117
"""
118118

119-
RPORT_ALL_KEYS_AS_ESCAPE_CODES = 8
119+
REPORT_ALL_KEYS_AS_ESCAPE_CODES = 8
120120
"""
121121
Key events that generate text, such as plain key presses without modifiers,
122122
result in just the text being sent, in the legacy protocol. There is no way

0 commit comments

Comments
 (0)