mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-24 18:07:01 +00:00
cursor_y should be zero when resetting
This commit is contained in:
parent
0c82832356
commit
31dcb13836
1 changed files with 1 additions and 0 deletions
|
|
@ -235,6 +235,7 @@ func (self *Readline) ResetText() {
|
|||
self.last_action = ActionNil
|
||||
self.keyboard_state = KeyboardState{}
|
||||
self.history_search = nil
|
||||
self.cursor_y = 0
|
||||
}
|
||||
|
||||
func (self *Readline) ChangeLoopAndResetText(lp *loop.Loop) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue