summaryrefslogtreecommitdiffstats
path: root/smenu.h
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2023-03-28 23:31:49 +0200
committerpgen <p.gen.progs@gmail.com>2023-03-30 00:27:12 +0200
commit0afbb94750055656b38326201bd8cf419bd2eeb6 (patch)
tree5732bdb19c3a71af620ac585dde9b72de895023e /smenu.h
parentdc25ac071a0414f50aa7f7e9af590b21fa3039a7 (diff)
Add -the -sb|-sbw|-show_blank_words option
This option makes the blank words visible and usable even when we are not in column mode.
Diffstat (limited to 'smenu.h')
-rw-r--r--smenu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/smenu.h b/smenu.h
index 93e61fc..6670fbb 100644
--- a/smenu.h
+++ b/smenu.h
@@ -199,6 +199,9 @@ struct toggle_s
| 0 keeps it forgetful. */
int no_mouse; /* 1 to disable the possibly auto-detected *
| mouse, 0 to let smenu auto-detect it. */
+ int show_blank_words; /* 1 if blank words are allowed then they will *
+ | be filled by an underscore, 0 to leave them *
+ | blank. */
};
/* Structure to store the default or imposed smenu limits. */