diff options
author | adnano <me@adnano.co> | 2024-05-02 14:44:09 -0400 |
---|---|---|
committer | adnano <me@adnano.co> | 2024-05-02 14:44:09 -0400 |
commit | 6a39269d2e73273de324ed156eba71e5bdcd9602 (patch) | |
tree | 50603b39bcac51561ce0b84ec397dc85dcd9c9e2 /menu.h | |
parent | e4c4627eebc57a6af5812c69f6dc3f9992d9c770 (diff) | |
download | wmenu-6a39269d2e73273de324ed156eba71e5bdcd9602.tar.gz |
Drop wmenu -x option
Diffstat (limited to 'menu.h')
-rw-r--r-- | menu.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |