Revert "Remove wmenu -P flag"

This reverts commit c05ab7520b.
This commit is contained in:
adnano 2024-05-04 21:44:59 -04:00
parent 963a677631
commit 15d7c7bcc2
5 changed files with 30 additions and 5 deletions

2
menu.h
View file

@ -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