mirror of
https://codeberg.org/adnano/wmenu.git
synced 2025-10-29 05:40:20 -04:00
parent
963a677631
commit
15d7c7bcc2
5 changed files with 30 additions and 5 deletions
2
menu.h
2
menu.h
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue