Skip to content

Commit 1fbe240

Browse files
committed
revert change in virtual terminal path
because it will be part of 131901, anywayy
1 parent 40b339a commit 1fbe240

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
@@ -485,7 +485,7 @@ def get_event(self, block: bool = True) -> Event | None:
485485
return None
486486
elif self.__vt_support:
487487
# If virtual terminal is enabled, scanning VT sequences
488-
self.event_queue.push(raw_key)
488+
self.event_queue.push(rec.Event.KeyEvent.uChar.UnicodeChar)
489489
continue
490490

491491
if key_event.dwControlKeyState & ALT_ACTIVE:

0 commit comments

Comments
 (0)