mirror of https://github.com/Hilbis/Hilbish
fix(readline): clear history filter on Readline, fixes filtering after ctrl-c
parent
b8e0874ab0
commit
0ee47cc6f0
|
@ -38,6 +38,7 @@ func (rl *Instance) Readline() (string, error) {
|
|||
rl.modeViMode = VimInsert
|
||||
rl.pos = 0
|
||||
rl.posY = 0
|
||||
rl.tcPrefix = ""
|
||||
|
||||
// Completion && hints init
|
||||
rl.resetHintText()
|
||||
|
|
Loading…
Reference in New Issue