aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Lane Smith <cls@lubutu.com>2010-08-02 15:13:33 +0100
committerConnor Lane Smith <cls@lubutu.com>2010-08-02 15:13:33 +0100
commitb54c179d585871d9c96311696f58824edeff09e4 (patch)
treeb1554d893e55dad40113711ece94f49d639d3585
parent06c18808b6f23bc5120533559e70fbcbff753e84 (diff)
retyped promptw
-rw-r--r--dmenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu.c b/dmenu.c
index 608023d..175cbdc 100644
--- a/dmenu.c
+++ b/dmenu.c
@@ -42,7 +42,6 @@ static void setup(void);
42static void usage(void); 42static void usage(void);
43 43
44static char text[4096]; 44static char text[4096];
45static int promptw;
46static size_t cursor = 0; 45static size_t cursor = 0;
47static const char *prompt = NULL; 46static const char *prompt = NULL;
48static const char *normbgcolor = "#cccccc"; 47static const char *normbgcolor = "#cccccc";
@@ -52,6 +51,7 @@ static const char *selfgcolor = "#ffffff";
52static unsigned int inputw = 0; 51static unsigned int inputw = 0;
53static unsigned int lines = 0; 52static unsigned int lines = 0;
54static unsigned int mw, mh; 53static unsigned int mw, mh;
54static unsigned int promptw;
55static unsigned long normcol[ColLast]; 55static unsigned long normcol[ColLast];
56static unsigned long selcol[ColLast]; 56static unsigned long selcol[ColLast];
57static Atom utf8; 57static Atom utf8;