More work on readline completion

This commit is contained in:
Kovid Goyal
2022-11-12 11:27:27 +05:30
parent 4974219e0f
commit 9e2c96653f
5 changed files with 80 additions and 16 deletions

View File

@@ -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
}