mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 10:41:58 +02:00
More work on readline completion
This commit is contained in:
@@ -181,6 +181,7 @@ func (self *Readline) ResetText() {
|
||||
self.last_action = ActionNil
|
||||
self.keyboard_state = KeyboardState{}
|
||||
self.history_search = nil
|
||||
self.completions.current = completion{}
|
||||
self.cursor_y = 0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user