mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-15 12:13:52 -07:00
Print info after prompt on redraw
This fixes the issue where "inline-info" is not immediately rendered when the terminal is resized.
This commit is contained in:
@@ -436,8 +436,8 @@ func processTabs(runes []rune, prefixWidth int) (string, int) {
|
|||||||
|
|
||||||
func (t *Terminal) printAll() {
|
func (t *Terminal) printAll() {
|
||||||
t.printList()
|
t.printList()
|
||||||
t.printInfo()
|
|
||||||
t.printPrompt()
|
t.printPrompt()
|
||||||
|
t.printInfo()
|
||||||
}
|
}
|
||||||
|
|
||||||
func (t *Terminal) refresh() {
|
func (t *Terminal) refresh() {
|
||||||
|
Reference in New Issue
Block a user