m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 00:03:39 -05:00

Fix redundant clearing of the windows with non-default bg color

This commit is contained in:
Junegunn Choi
2024-12-14 21:50:36 +09:00
parent ec3acb1932
commit cdcab26766
2 changed files with 8 additions and 7 deletions

View File

@@ -412,7 +412,7 @@ type BorderCharacter int
func MakeBorderStyle(shape BorderShape, unicode bool) BorderStyle {
if shape == BorderNone {
return BorderStyle{
shape: BorderRounded,
shape: shape,
top: ' ',
bottom: ' ',
left: ' ',