commit cb8af506e90af03a469cba0c4efa866328dab9cb parent 1e5f735832654fca0b8b13f532c957a7535c49e2 Author: hhvn <dev@hhvn.uk> Date: Tue, 18 Jan 2022 02:00:23 +0000 zygo.c: prompt doesn't need to fill in spaces to eol Diffstat:
M | zygo.c | | | 2 | -- |
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/zygo.c b/zygo.c @@ -767,8 +767,6 @@ start: draw_page(); move(LINES - 1, 0); clrtoeol(); - for (x = 0; x < COLS; x++) - addch(' '); syncinput(); printw("%s: %s", prompt, ui.arg); } else if (c == 27 /* escape */) {