diff --git a/src/tui/tui.go b/src/tui/tui.go index 02b9b093..a91e93e2 100644 --- a/src/tui/tui.go +++ b/src/tui/tui.go @@ -504,7 +504,7 @@ type BorderCharacter int func MakeBorderStyle(shape BorderShape, unicode bool) BorderStyle { if shape == BorderNone || shape == BorderPhantom { return BorderStyle{ - shape: shape, + shape: BorderRounded, top: ' ', bottom: ' ', left: ' ',