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