summaryrefslogtreecommitdiff
path: root/src/tui
diff options
context:
space:
mode:
Diffstat (limited to 'src/tui')
-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 3f5d4282..7617d922 100644
--- a/src/tui/tui.go
+++ b/src/tui/tui.go
@@ -505,7 +505,7 @@ type BorderCharacter int
func MakeBorderStyle(shape BorderShape, unicode bool) BorderStyle {
if shape == BorderNone || shape == BorderPhantom {
return BorderStyle{
- shape: BorderRounded,
+ shape: BorderNone,
top: ' ',
bottom: ' ',
left: ' ',