Introduction
Introduction Statistics Contact Development Disclaimer Help
Add missing help for next/previous item jump to TI ui. - sacc - sacc - sacc(omy…
git clone git://git.codemadness.org/sacc
Log
Files
Refs
LICENSE
---
commit 7f2e86d875364e7828b2af55721e784ca0de5298
parent 88d7f160cb44cdb08634b034b23d2f2d640bf7fd
Author: Quentin Rameau <[email protected]>
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(-)
---
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"
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.