[fix] do not draw background for selected text

pull/74/head
Adam Tauber 7 years ago
parent be3e5197eb
commit 421e1e60e3

@ -1143,6 +1143,7 @@ func (a *App) CreatePopupView(name string, width, height int, g *gocui.Gui) (v *
v.Frame = true
v.Highlight = true
v.SelFgColor = gocui.ColorYellow
v.SelBgColor = gocui.ColorDefault
a.currentPopup = name
return
}

Loading…
Cancel
Save