summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index b0c1431..a6b65ac 100644
--- a/main.c
+++ b/main.c
@@ -673,6 +673,7 @@ void draw_buf(EditBuf *eb) {
x += vui_putsna(x, y, e.input_line.s, e.input_line.n, a);
vui_curs_pos(x, y);
vui_curs_shape(VUI_CURS_BAR);
+ while (x < COLS) vui_chra(x++, y, ' ', a);
}
}