diff --git a/src/tui/tui.go b/src/tui/tui.go index 9af11472..d4b8562c 100644 --- a/src/tui/tui.go +++ b/src/tui/tui.go @@ -231,10 +231,10 @@ func MakeBorderStyle(shape BorderShape, unicode bool) BorderStyle { shape: shape, horizontal: '─', vertical: '│', - topLeft: '┌', - topRight: '┐', - bottomLeft: '└', - bottomRight: '┘', + topLeft: '╭', + topRight: '╮', + bottomLeft: '╰', + bottomRight: '╯', } } return BorderStyle{