Skip to content

Commit 290aa5e

Browse files
pablogsalDHowett
andauthored
Update Lib/_pyrepl/windows_eventqueue.py
Co-authored-by: Dustin L. Howett <[email protected]>
1 parent 89ba4f2 commit 290aa5e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Lib/_pyrepl/windows_eventqueue.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
b'\x1bOR': 'f3',
3333
b'\x1bOS': 'f4',
3434
b'\x1b[15~': 'f5',
35-
b'\x1b[17~]': 'f6',
36-
b'\x1b[18~]': 'f7',
37-
b'\x1b[19~]': 'f8',
38-
b'\x1b[20~]': 'f9',
39-
b'\x1b[21~]': 'f10',
40-
b'\x1b[23~]': 'f11',
41-
b'\x1b[24~]': 'f12',
35+
b'\x1b[17~': 'f6',
36+
b'\x1b[18~': 'f7',
37+
b'\x1b[19~': 'f8',
38+
b'\x1b[20~': 'f9',
39+
b'\x1b[21~': 'f10',
40+
b'\x1b[23~': 'f11',
41+
b'\x1b[24~': 'f12',
4242
}
4343

4444
class EventQueue:

0 commit comments

Comments
 (0)