Skip to content

Commit a07a7b1

Browse files
committed
Show cursor after after erase
1 parent da05f66 commit a07a7b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/prompt_toolkit/renderer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,7 @@ def erase(self, leave_alternate_screen: bool = True) -> None:
740740
output.erase_down()
741741
output.reset_attributes()
742742
output.enable_autowrap()
743+
output.show_cursor()
743744

744745
output.flush()
745746

0 commit comments

Comments
 (0)