Better fix for #4465 - remove unnecessary erase

This commit is contained in:
Junegunn Choi
2025-07-23 19:30:01 +09:00
parent 7941129cc4
commit 5818b58350
2 changed files with 9 additions and 2 deletions

View File

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