We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4641331 commit 7739b64Copy full SHA for 7739b64
1 file changed
pyte/screens.py
@@ -116,7 +116,7 @@ class KeyboardFlags(IntFlag):
116
affect it.
117
"""
118
119
- RPORT_ALL_KEYS_AS_ESCAPE_CODES = 8
+ REPORT_ALL_KEYS_AS_ESCAPE_CODES = 8
120
121
Key events that generate text, such as plain key presses without modifiers,
122
result in just the text being sent, in the legacy protocol. There is no way
0 commit comments