m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-16 15:23:48 -05:00

Use rounded corners

This commit is contained in:
Junegunn Choi
2019-12-31 19:27:07 +09:00
parent d4ad4a25db
commit 577024f1e9

View File

@@ -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{