diff options
| -rw-r--r-- | dmenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -41,8 +41,8 @@ static void usage(void); | |||
| 41 | static char text[BUFSIZ]; | 41 | static char text[BUFSIZ]; |
| 42 | static int bh, mw, mh; | 42 | static int bh, mw, mh; |
| 43 | static int inputw = 0; | 43 | static int inputw = 0; |
| 44 | static int promptw; | ||
| 45 | static int lines = 0; | 44 | static int lines = 0; |
| 45 | static int promptw; | ||
| 46 | static size_t cursor = 0; | 46 | static size_t cursor = 0; |
| 47 | static const char *font = NULL; | 47 | static const char *font = NULL; |
| 48 | static const char *prompt = NULL; | 48 | static const char *prompt = NULL; |
