1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-23 00:39:13 +02:00

bump gocui

This commit is contained in:
Jesse Duffield
2022-01-08 15:57:31 +11:00
parent 7539929703
commit 4a1d23dc27
84 changed files with 2150 additions and 457 deletions

View File

@ -431,6 +431,7 @@ func (v *View) setRune(x, y int, ch rune, fgColor, bgColor Attribute) error {
bgColor = v.BgColor
ch = v.Mask
} else if v.Highlight && ry == rcy {
// this ensures we use the bright variant of a colour upon highlight
fgColorComponent := fgColor & ^AttrAll
if fgColorComponent >= AttrIsValidColor && fgColorComponent < AttrIsValidColor+8 {
fgColor += 8