Alias '?' to show help screen - sacc - sacc(omys), simple console gopher client
HTML git clone git://bitreich.org/sacc/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/sacc/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR LICENSE
---
DIR commit 5a23f2a6c54c154c997cf70eafecae6e90827ab5
DIR parent 927fe9a33ee11706a58bba9e762effdc676ef903
HTML Author: sin <sin@2f30.org>
Date: Sat, 8 Jul 2017 12:01:06 +0200
Alias '?' to show help screen
Diffstat:
M ui_txt.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
DIR diff --git a/ui_txt.c b/ui_txt.c
@@ -45,7 +45,7 @@ help(void)
"b: go to the bottom of the page\n"
"!: refetch failed item.\n"
"^D, q: quit.\n"
- "h: this help.");
+ "h, ?: this help.");
}
static int
@@ -147,6 +147,7 @@ selectitem(Item *entry)
continue;
return entry;
case 'h':
+ case '?':
help();
continue;
default: