aboutsummaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authorsewn <sewn@disroot.org>2024-03-10 18:00:48 +0300
committeradnano <me@adnano.co>2024-03-17 07:33:55 -0400
commit9e9284666c9fcf3278ad17f98a247658db8b2269 (patch)
treebcbba30593e468ee5e8186291ccad6556a3c21ab /menu.h
parent6ad7a303ef2ff130b84cfa718ace423a3101dbbb (diff)
downloadwmenu-9e9284666c9fcf3278ad17f98a247658db8b2269.tar.gz
port dmenu password patch
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/menu.h b/menu.h
index 4c62d3f..c9460d6 100644
--- a/menu.h
+++ b/menu.h
@@ -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