From ccad2424638cdf7e87cce92634bf1fcb6a8ef2b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 26 Jun 2019 17:40:51 -0400 Subject: [PATCH] don't set global highight or cursor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- main.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/main.go b/main.go index d628bb0..280dedd 100644 --- a/main.go +++ b/main.go @@ -65,10 +65,6 @@ func main() { vm := NewViewManager(g, views) - g.SelFgColor = gocui.ColorGreen - g.Highlight = true - g.Cursor = true - g.SetManagerFunc(vm.Layout) url := fmt.Sprintf("http://%s:%d", host, port)