retyped promptw b54c179d
Connor Lane Smith · 2010-08-02 15:13 1 file(s) · +1 −1
dmenu.c +1 −1
42 42
static void usage(void);
43 43
44 44
static char text[4096];
45 -
static int promptw;
46 45
static size_t cursor = 0;
47 46
static const char *prompt = NULL;
48 47
static const char *normbgcolor = "#cccccc";
52 51
static unsigned int inputw = 0;
53 52
static unsigned int lines = 0;
54 53
static unsigned int mw, mh;
54 +
static unsigned int promptw;
55 55
static unsigned long normcol[ColLast];
56 56
static unsigned long selcol[ColLast];
57 57
static Atom utf8;