diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2019-12-31 19:27:07 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2019-12-31 19:27:32 +0900 |
| commit | 577024f1e9bfc98f48e7c5bead445bc9d7dfc3c5 (patch) | |
| tree | c0fa654f4dc03790ba26311a9fe95e7a120536bb /src | |
| parent | d4ad4a25db5fd314de355c1a2a8ee9dd209d54c0 (diff) | |
| download | fzf-577024f1e9bfc98f48e7c5bead445bc9d7dfc3c5.tar.gz | |
Use rounded corners
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{ |
