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 a43a319 commit 8c75345Copy full SHA for 8c75345
Lib/_pyrepl/windows_console.py
@@ -515,7 +515,7 @@ def clear(self) -> None:
515
"""Wipe the screen"""
516
self.__write(CLEAR)
517
self.posxy = 0, 0
518
- self.screen = [""]
+ self.screen = []
519
520
def finish(self) -> None:
521
"""Move the cursor to the end of the display and otherwise get
0 commit comments