diff options
| author | WormHeamer | 2026-01-03 21:30:41 -0500 |
|---|---|---|
| committer | WormHeamer | 2026-01-03 21:30:41 -0500 |
| commit | 0f81296faf134391d4956ffddc96043f5ebb0346 (patch) | |
| tree | 3f350e3e3929f00c20493ca0d72867c407092409 | |
| parent | de55948f8cb3f24bf5c4cd65e9a5243966925493 (diff) | |
| -rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); } } |
