Use rounded corners

This commit is contained in:
Junegunn Choi 2019-12-31 19:27:07 +09:00
parent d4ad4a25db
commit 577024f1e9
No known key found for this signature in database
GPG Key ID: 254BC280FEF9C627

View File

@ -231,10 +231,10 @@ func MakeBorderStyle(shape BorderShape, unicode bool) BorderStyle {
shape: shape, shape: shape,
horizontal: '─', horizontal: '─',
vertical: '│', vertical: '│',
topLeft: '', topLeft: '',
topRight: '', topRight: '',
bottomLeft: '', bottomLeft: '',
bottomRight: '', bottomRight: '',
} }
} }
return BorderStyle{ return BorderStyle{