summaryrefslogtreecommitdiff
path: root/src/display.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/display.c')
-rw-r--r--src/display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display.c b/src/display.c
index 0ec6c33..d5b5883 100644
--- a/src/display.c
+++ b/src/display.c
@@ -1790,7 +1790,7 @@ void RefreshLine(int y, int from, int to, int isblank)
}
if (from == cv->c_xe + 1 && (y >= cv->c_ys - captiontop) && (y <= cv->c_ye + !captiontop)) {
GotoPos(from, y);
- SetRendition(&mchar_so);
+ SetRendition(&mchar_vsplit);
PUTCHARLP(' ');
from++;
break;