diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/tui/tui.go | 8 |
1 files changed, 4 insertions, 4 deletions
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{ |
