2
2
зеркало из https://github.com/Hilbis/Hilbish synced 2025-07-18 16:52:02 +00:00
now there's no flicker *and* its not bugged with
leaving the text on exit
Этот коммит содержится в:
sammyette 2024-05-13 22:10:28 -04:00
родитель ff6e08902f
Коммит 4c61c551aa
Подписано: sammyette
Идентификатор ключа GPG: 904FC49417B44DCD
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -29,7 +29,7 @@ func (rl *Instance) updateTabFind(r []rune) {
rl.search = string(rl.tfLine)
// We update and print
rl.clearHelpers()
//rl.clearHelpers()
rl.getTabCompletion()
rl.renderHelpers()
}

Просмотреть файл

@ -121,7 +121,7 @@ func (rl *Instance) clearHelpers() {
moveCursorForwards(rl.fullX)
// Clear everything below
//print(seqClearScreenBelow)
print(seqClearScreenBelow)
// Go back to current cursor position
moveCursorBackwards(GetTermWidth())