From 577024f1e9bfc98f48e7c5bead445bc9d7dfc3c5 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Tue, 31 Dec 2019 19:27:07 +0900 Subject: [PATCH] Use rounded corners --- src/tui/tui.go | 8 ++++---- 1 file 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{