don't set global highight or cursor

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-06-26 17:40:51 -04:00 committed by Jakub
parent ae37f8b1e8
commit ccad242463
1 changed files with 0 additions and 4 deletions

View File

@ -65,10 +65,6 @@ func main() {
vm := NewViewManager(g, views) vm := NewViewManager(g, views)
g.SelFgColor = gocui.ColorGreen
g.Highlight = true
g.Cursor = true
g.SetManagerFunc(vm.Layout) g.SetManagerFunc(vm.Layout)
url := fmt.Sprintf("http://%s:%d", host, port) url := fmt.Sprintf("http://%s:%d", host, port)