mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-16 23:33:39 -05:00
Use rounded corners
This commit is contained in:
@@ -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{
|
||||||
|
|||||||
Reference in New Issue
Block a user