commit 032dd99
delthas
·
2022-05-10 09:01:04 +0000 UTC
parent 859b8fd
Fix horizontal channel list buffer underline position
1 files changed,
+1,
-0
+1,
-0
1@@ -645,6 +645,7 @@ func (bs *BufferList) DrawHorizontalBufferList(screen tcell.Screen, x0, y0, widt
2 x = x0
3
4 for i, b := range bs.list[*offset:] {
5+ i := i + *offset
6 if width <= x-x0 {
7 break
8 }