mirror of
https://codeberg.org/adnano/wmenu.git
synced 2025-10-29 05:40:20 -04:00
Drop wmenu -x option
This commit is contained in:
parent
e4c4627eeb
commit
6a39269d2e
5 changed files with 4 additions and 61 deletions
2
menu.h
2
menu.h
|
|
@ -56,8 +56,6 @@ struct menu {
|
|||
int (*strncmp)(const char *, const char *, size_t);
|
||||
// Whether the input is a password
|
||||
bool passwd;
|
||||
// Whether to execute the selected item
|
||||
bool exec;
|
||||
// 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