Skip to content

Commit 8c75345

Browse files
Harmonize clear between windows and unix
1 parent a43a319 commit 8c75345

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
@@ -515,7 +515,7 @@ def clear(self) -> None:
515515
"""Wipe the screen"""
516516
self.__write(CLEAR)
517517
self.posxy = 0, 0
518-
self.screen = [""]
518+
self.screen = []
519519

520520
def finish(self) -> None:
521521
"""Move the cursor to the end of the display and otherwise get

0 commit comments

Comments
 (0)