From 4fff4f97e2bb308e253b7dab10cc6c07e7ee5601 Mon Sep 17 00:00:00 2001 From: Gokcehan Date: Sun, 6 Nov 2016 22:51:54 +0300 Subject: [PATCH] remove redundant flush from ui.renew --- ui.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui.go b/ui.go index 471f16a..e7d571c 100644 --- a/ui.go +++ b/ui.go @@ -380,8 +380,6 @@ func newUI() *UI { } func (ui *UI) renew() { - termbox.Flush() - wtot, htot := termbox.Size() widths := getWidths(wtot)