Skip to content

Commit

Permalink
[fix] do not draw background for selected text
Browse files Browse the repository at this point in the history
  • Loading branch information
asciimoo committed Mar 7, 2017
1 parent be3e519 commit 421e1e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wuzz.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 421e1e6

Please sign in to comment.