diff options
-rw-r--r-- | dmenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,6 @@ static void setup(void); | |||
42 | static void usage(void); | 42 | static void usage(void); |
43 | 43 | ||
44 | static char text[4096]; | 44 | static char text[4096]; |
45 | static int promptw; | ||
46 | static size_t cursor = 0; | 45 | static size_t cursor = 0; |
47 | static const char *prompt = NULL; | 46 | static const char *prompt = NULL; |
48 | static const char *normbgcolor = "#cccccc"; | 47 | static const char *normbgcolor = "#cccccc"; |
@@ -52,6 +51,7 @@ static const char *selfgcolor = "#ffffff"; | |||
52 | static unsigned int inputw = 0; | 51 | static unsigned int inputw = 0; |
53 | static unsigned int lines = 0; | 52 | static unsigned int lines = 0; |
54 | static unsigned int mw, mh; | 53 | static unsigned int mw, mh; |
54 | static unsigned int promptw; | ||
55 | static unsigned long normcol[ColLast]; | 55 | static unsigned long normcol[ColLast]; |
56 | static unsigned long selcol[ColLast]; | 56 | static unsigned long selcol[ColLast]; |
57 | static Atom utf8; | 57 | static Atom utf8; |