Skip to content

Commit

Permalink
fix #41
Browse files Browse the repository at this point in the history
  • Loading branch information
littlewhitecloud authored Jun 22, 2023
1 parent 86c8edf commit bc78bb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tktermwidget/tkterm.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ def loop(self, _: Event) -> str:
self.directory()
self.updates(None)
self.latest = self.text.index("insert")
# Warp to the end
self.text.see("end")
return "break" # Prevent the default newline character insertion


Expand Down

0 comments on commit bc78bb8

Please # to comment.