remove redundant flush from ui.renew

This commit is contained in:
Gokcehan 2016-11-06 22:51:54 +03:00
parent 23f89f7c7f
commit 4fff4f97e2

2
ui.go
View File

@ -380,8 +380,6 @@ func newUI() *UI {
}
func (ui *UI) renew() {
termbox.Flush()
wtot, htot := termbox.Size()
widths := getWidths(wtot)