zygo

ncurses gopher client
Log | Files | Refs

commit 1e5f735832654fca0b8b13f532c957a7535c49e2
parent 9ef7889b19b0c53683ff05861c8874169dd67ce0
Author: hhvn <dev@hhvn.uk>
Date:   Mon, 17 Jan 2022 23:51:34 +0000

zygo.c: don't print space before prompt

Diffstat:
Mzygo.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/zygo.c b/zygo.c @@ -769,7 +769,6 @@ start: clrtoeol(); for (x = 0; x < COLS; x++) addch(' '); - move(LINES - 1, 1); syncinput(); printw("%s: %s", prompt, ui.arg); } else if (c == 27 /* escape */) {