We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe459b8 commit ea21571Copy full SHA for ea21571
Lib/_pyrepl/windows_console.py
@@ -287,7 +287,7 @@ def __write_changed_line(
287
# here. Windows keeps the cursor at the end of the line. It only
288
# wraps when the next character is written.
289
# https://github.com/microsoft/terminal/issues/349
290
- self.posxy = wlen(newline) - 1, y
+ self.posxy = self.screen_xy[0], y
291
else:
292
self.posxy = wlen(newline), y
293
0 commit comments