summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tui/tui.go2
1 files changed, 1 insertions, 1 deletions
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: ' ',