zygo

ncurses gopher client
Log | Files | Refs

commit 463e8ebc447c026134aee461775d5d7ee8e1ddd8
parent be4cf45ab573094b233e2adaf6be08a7c85cf8bb
Author: hhvn <dev@hhvn.uk>
Date:   Sun, 16 Jan 2022 21:21:28 +0000

zygo.c: reload command

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

diff --git a/zygo.c b/zygo.c @@ -741,6 +741,10 @@ run(void) { error("no history"); } break; + case '*': + go(current, 0); + draw_page(); + break; /* commands with arg */ case ':': ui.cmd = (char)c;