summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-07-22 00:47:14 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-07-22 00:47:14 +0900
commit8b2adba8d6807f50b65622b647207eb123af0102 (patch)
treea7c6d96837acf384c3c651b1b7381ef8c4c0b2bb /src
parentd459e9abce58d3b17c59a10bdcb018c8061bd3d2 (diff)
downloadfzf-8b2adba8d6807f50b65622b647207eb123af0102.tar.gz
Redraw of header on resize
Diffstat (limited to 'src')
-rw-r--r--src/terminal.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/terminal.go b/src/terminal.go
index e6e3c516..43d2d8c0 100644
--- a/src/terminal.go
+++ b/src/terminal.go
@@ -551,6 +551,7 @@ func (t *Terminal) printAll() {
t.printList()
t.printPrompt()
t.printInfo()
+ t.printHeader()
}
func (t *Terminal) refresh() {