URI: 
       Add missing help for next/previous item jump to TI ui. - 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 7f2e86d875364e7828b2af55721e784ca0de5298
   DIR parent 88d7f160cb44cdb08634b034b23d2f2d640bf7fd
  HTML 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:
         M ui_ti.c                             |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
   DIR 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"