mirror of
https://codeberg.org/adnano/wmenu.git
synced 2026-02-11 04:28:18 -05:00
Remove wmenu -P flag
This flag causes some issues with wmenu-run. It will be revisited in the next release.
This commit is contained in:
parent
81d46e3912
commit
c05ab7520b
5 changed files with 5 additions and 30 deletions
2
menu.h
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue