aboutsummaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authoradnano <me@adnano.co>2024-05-04 21:44:59 -0400
committeradnano <me@adnano.co>2024-05-04 21:44:59 -0400
commit15d7c7bcc29e66f174c4de2420d371a9737ac6e4 (patch)
tree3be3d17ffb062e95f92d90dbdd7fb74fa6e4f538 /menu.h
parent963a677631f00b9b259e101a5e3dad85da6ccbf2 (diff)
downloadwmenu-15d7c7bcc29e66f174c4de2420d371a9737ac6e4.tar.gz
Revert "Remove wmenu -P flag"
This reverts commit c05ab7520b452ee3b8bd974a18511dc370cbeabe.
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 0a6b22c..724aa53 100644
--- a/menu.h
+++ b/menu.h
@@ -30,6 +30,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