Tree Browser Work
This commit is contained in:
@@ -114,7 +114,7 @@ func (b *StatusBlock) DrawPath(screen tcell.Screen) {
|
||||
x := b.x
|
||||
wh.DrawText(x, b.y, b.end, b.style, screen)
|
||||
x++
|
||||
pts := fmt.Sprintf(" %s ", strings.Join(b.parts, b.sep))
|
||||
pts := fmt.Sprintf(" %s ", strings.Join(b.parts, b.sep))
|
||||
wh.DrawText(x, b.y, pts, b.style, screen)
|
||||
x += len(pts) - len(b.parts)
|
||||
wh.DrawText(x, b.y, b.end, b.style.Reverse(true), screen)
|
||||
|
||||
Reference in New Issue
Block a user