mirror of https://github.com/Hilbis/Hilbish
Compare commits
1 Commits
b70f02e43e
...
6a63e54cbd
Author | SHA1 | Date |
---|---|---|
sammyette | 6a63e54cbd |
|
@ -29,7 +29,7 @@ func (rl *Instance) updateTabFind(r []rune) {
|
||||||
rl.search = string(rl.tfLine)
|
rl.search = string(rl.tfLine)
|
||||||
|
|
||||||
// We update and print
|
// We update and print
|
||||||
//rl.clearHelpers()
|
rl.clearHelpers()
|
||||||
rl.getTabCompletion()
|
rl.getTabCompletion()
|
||||||
rl.renderHelpers()
|
rl.renderHelpers()
|
||||||
}
|
}
|
||||||
|
|
|
@ -121,7 +121,7 @@ func (rl *Instance) clearHelpers() {
|
||||||
moveCursorForwards(rl.fullX)
|
moveCursorForwards(rl.fullX)
|
||||||
|
|
||||||
// Clear everything below
|
// Clear everything below
|
||||||
print(seqClearScreenBelow)
|
//print(seqClearScreenBelow)
|
||||||
|
|
||||||
// Go back to current cursor position
|
// Go back to current cursor position
|
||||||
moveCursorBackwards(GetTermWidth())
|
moveCursorBackwards(GetTermWidth())
|
||||||
|
|
Loading…
Reference in New Issue