diff options
author | sewn <sewn@disroot.org> | 2024-03-10 18:00:48 +0300 |
---|---|---|
committer | adnano <me@adnano.co> | 2024-03-17 07:33:55 -0400 |
commit | 9e9284666c9fcf3278ad17f98a247658db8b2269 (patch) | |
tree | bcbba30593e468ee5e8186291ccad6556a3c21ab /menu.h | |
parent | 6ad7a303ef2ff130b84cfa718ace423a3101dbbb (diff) | |
download | wmenu-9e9284666c9fcf3278ad17f98a247658db8b2269.tar.gz |
port dmenu password patch
Diffstat (limited to 'menu.h')
-rw-r--r-- | menu.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -53,6 +53,8 @@ struct menu { bool bottom; // The function used to match menu items int (*strncmp)(const char *, const char *, size_t); + // Whether the input is a password + bool passwd; // The font used to display the menu char *font; // The number of lines to list items vertically |