commit 6c1e5d2
Hubert Hirtz
·
2020-11-08 16:10:47 +0000 UTC
parent 7f6f230
Fix click colors on highlighted channel
1 files changed,
+1,
-1
+1,
-1
1@@ -386,7 +386,7 @@ func (bs *BufferList) DrawVerticalBufferList(screen tcell.Screen, x0, y0, width,
2 x++
3 }
4 if i == bs.clicked {
5- st = st.Bold(false).Underline(false)
6+ st = tcell.StyleDefault.Reverse(true).Dim(true)
7 for ; x < x0+width; x++ {
8 screen.SetContent(x, y, ' ', nil, st)
9 }