summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWormHeamer2026-01-03 21:30:41 -0500
committerWormHeamer2026-01-03 21:30:41 -0500
commit0f81296faf134391d4956ffddc96043f5ebb0346 (patch)
tree3f350e3e3929f00c20493ca0d72867c407092409
parentde55948f8cb3f24bf5c4cd65e9a5243966925493 (diff)
go back to clearing input lineHEADmaster
-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);
}
}