summaryrefslogtreecommitdiffstats
path: root/smenu.h
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2024-05-08 23:43:24 +0200
committerpgen <p.gen.progs@gmail.com>2024-05-09 14:59:20 +0200
commit598a788ab97d1aeae790940df98317d2c1602e16 (patch)
tree87c2519da14fc3ea48442ad6a539a8c56eb8af16 /smenu.h
parentaea2784d3307654c4733f7208284bc13c190fcfb (diff)
Add a -hbar|-shroll_bar optionHEADmaster
It can be useful to always have a horizontal scroll bar when certain lines are truncated in column or line mode, even if no lines are currently truncated among those displayed.
Diffstat (limited to 'smenu.h')
-rwxr-xr-xsmenu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/smenu.h b/smenu.h
index 2d61e99..78f1d22 100755
--- a/smenu.h
+++ b/smenu.h
@@ -190,6 +190,9 @@ struct toggle_s
int no_scrollbar; /* 1 to disable the scrollbar display else 0. */
int no_hor_scrollbar; /* 1 to disable the horizontab scrollbar *
| display else 0. */
+ int hor_scrollbar; /* 1 to always enable the scrollbar display *
+ * when lines are truncated in line/col mode *
+ * else 0. */
int blank_nonprintable; /* 1 to try to display non-blanks in *
| symbolic form else 0. */
int keep_spaces; /* 1 to keep the trailing spaces in columns *