summaryrefslogtreecommitdiffstats
path: root/usage.c
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2024-01-22 17:34:14 +0100
committerpgen <p.gen.progs@gmail.com>2024-01-25 01:02:14 +0100
commite9e1b762c441849c741591cde58a6a803c59a57a (patch)
tree365ef27a10314b823bfe73d87e8dfe5146b2b8c9 /usage.c
parent704fa191b444aecc01aac875be453e79db2cac37 (diff)
Add a scroll bar below the window in col/line mode
This horizontal scrollbar is clickable when the mouse is available, and adds a new way of navigating through the words displayed.
Diffstat (limited to 'usage.c')
-rwxr-xr-x[-rw-r--r--]usage.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usage.c b/usage.c
index 12c7e59..06fa28b 100644..100755
--- a/usage.c
+++ b/usage.c
@@ -67,6 +67,8 @@ common_help(void)
printf(" defines line separators in the input stream.\n");
printf("-q|-no_bar|-no_scroll_bar\n");
printf(" prevents the scroll bar from being displayed.\n");
+ printf("-q|-no_hbar|-no_hor_scroll_bar\n");
+ printf(" prevents the horizontal scroll bar from being displayed.\n");
printf("-S|-subst\n");
printf(" defines the post-substitution action to apply to all words.\n");
printf("-I|-si|-subst_included\n");