Open
Description
-
GetBorderTopSize
andGetBorderBottomSize
returns the maximum rune width of all the border characters.
This is wrong: the top/bottom border sizes are just 1 (1 line) -
GetBorderLeftSize
andGetBorderRightSize
are usingmaxRuneWidth()
on every part, but they should userunewidth.StringWidth()
instead.
Found while working on #109