Bump gocui

This improves the contrast of highlighted search results by setting the
foreground color to black.
This commit is contained in:
Stefan Haller 2025-02-07 14:20:49 +01:00
parent 0b524293e1
commit 050a91b7d1
43 changed files with 421 additions and 23 deletions

View file

@ -523,6 +523,7 @@ func (v *View) setRune(x, y int, ch rune, fgColor, bgColor Attribute) {
}
if matched, selected := v.isPatternMatchedRune(x, y); matched {
fgColor = ColorBlack
if selected {
bgColor = ColorCyan
} else {