Skip to content

Commit 16f2a13

Browse files
paulie4eendebakpt
andauthored
Lib/_pyrepl/windows_console.py: clearer comment
Co-authored-by: Pieter Eendebak <[email protected]>
1 parent 3d07c34 commit 16f2a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/_pyrepl/windows_console.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ def get_event(self, block: bool = True) -> Event | None:
434434
return None
435435

436436
if key_event.dwControlKeyState & ALT_ACTIVE:
437-
# first send meta, then send the key
437+
# queue the key, return the meta command
438438
self.event_queue.insert(0, Event(evt="key", data=key, raw=raw_key))
439439
return Event(evt="key", data="\033") # keymap.py uses this for meta
440440

0 commit comments

Comments
 (0)