sacc

sacc (saccomys): simple gopher client.
Log | Files | Refs | LICENSE

commit 7f2e86d875364e7828b2af55721e784ca0de5298
parent 88d7f160cb44cdb08634b034b23d2f2d640bf7fd
Author: Quentin Rameau <quinq@fifth.space>
Date:   Wed,  6 Nov 2019 17:05:26 +0100

Add missing help for next/previous item jump to TI ui.

Thanks to William Casarin for spotting this!

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

diff --git a/ui_ti.c b/ui_ti.c @@ -108,7 +108,9 @@ help(Item *entry) .type = '0', .raw = "Commands:\n" "Down, " S(_key_lndown) ": move one line down.\n" + S(_key_entrydown) ": move to next link.\n" "Up, " S(_key_lnup) ": move one line up.\n" + S(_key_entryup) ": move to previous link.\n" "PgDown, " S(_key_pgdown) ": move one page down.\n" "PgUp, " S(_key_pgup) ": move one page up.\n" "Home, " S(_key_home) ": move to top of the page.\n"