zygo

ncurses gopher client
Log | Files | Refs

commit 84e038a863271ac0cade0e935cfd74424fe38b83
parent cb8af506e90af03a469cba0c4efa866328dab9cb
Author: hhvn <dev@hhvn.uk>
Date:   Tue, 18 Jan 2022 02:01:37 +0000

zygo.c: make cursor visible in prompt()

Diffstat:
Mzygo.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/zygo.c b/zygo.c @@ -760,6 +760,7 @@ prompt(char *prompt) { int y, x; ui.input[il = 0] = '\0'; + curs_set(1); goto start; while ((ret = get_wch(&c)) != ERR) { if (c == KEY_RESIZE) {