From 9e9284666c9fcf3278ad17f98a247658db8b2269 Mon Sep 17 00:00:00 2001 From: sewn Date: Sun, 10 Mar 2024 18:00:48 +0300 Subject: port dmenu password patch --- menu.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'menu.h') diff --git a/menu.h b/menu.h index 4c62d3f..c9460d6 100644 --- a/menu.h +++ b/menu.h @@ -53,6 +53,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 -- cgit v1.2.3