Skip to content
Snippets Groups Projects
Commit 5d9107fd authored by Junegunn Choi's avatar Junegunn Choi
Browse files

Print info after prompt on redraw

This fixes the issue where "inline-info" is not immediately rendered
when the terminal is resized.
parent 4b7c5715
No related branches found
No related tags found
No related merge requests found
......@@ -436,8 +436,8 @@ func processTabs(runes []rune, prefixWidth int) (string, int) {
func (t *Terminal) printAll() {
t.printList()
t.printInfo()
t.printPrompt()
t.printInfo()
}
func (t *Terminal) refresh() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment