Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a07a7b1

Browse files
committedDec 7, 2022
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
 

Diff for: ‎src/prompt_toolkit/renderer.py

+1
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)
Please sign in to comment.