Skip to content

Commit

Permalink
Merge branch 'winrepl-no-readline' into fix_line_wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney authored May 21, 2024
2 parents bd3a7fc + 4e401cb commit 53db4e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/_pyrepl/windows_console.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ def __init__(
term: str = "",
encoding: str = "",
):

SetConsoleMode(OutHandle, ENABLE_PROCESSED_OUTPUT | ENABLE_WRAP_AT_EOL_OUTPUT | ENABLE_VIRTUAL_TERMINAL_PROCESSING)
self.encoding = encoding or sys.getdefaultencoding()

Expand Down

0 comments on commit 53db4e0

Please sign in to comment.