don't set global highight or cursor
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
ae37f8b1e8
commit
ccad242463
4
main.go
4
main.go
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue