aboutsummaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authoradnano <me@adnano.co>2024-05-04 21:41:21 -0400
committeradnano <me@adnano.co>2024-05-04 21:41:21 -0400
commitc05ab7520b452ee3b8bd974a18511dc370cbeabe (patch)
tree6983a51d1fdc7f45cf9b97c7957b81ac8b0fc836 /menu.h
parent81d46e39120bcb7c24cec2105e05f3524e8bd548 (diff)
downloadwmenu-c05ab7520b452ee3b8bd974a18511dc370cbeabe.tar.gz
Remove wmenu -P flag
This flag causes some issues with wmenu-run. It will be revisited in the next release.
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/menu.h b/menu.h
index 724aa53..0a6b22c 100644
--- a/menu.h
+++ b/menu.h
@@ -30,8 +30,6 @@ 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