pinosaur
/
dmenu.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06c1880
)
retyped promptw
author
Connor Lane Smith
<cls@lubutu.com>
Mon, 2 Aug 2010 14:13:33 +0000
(15:13 +0100)
committer
Connor Lane Smith
<cls@lubutu.com>
Mon, 2 Aug 2010 14:13:33 +0000
(15:13 +0100)
dmenu.c
patch
|
blob
|
history
diff --git
a/dmenu.c
b/dmenu.c
index
608023d
..
175cbdc
100644
(file)
--- a/
dmenu.c
+++ b/
dmenu.c
@@
-42,7
+42,6
@@
static void setup(void);
static void usage(void);
static char text[4096];
-static int promptw;
static size_t cursor = 0;
static const char *prompt = NULL;
static const char *normbgcolor = "#cccccc";
@@
-52,6
+51,7
@@
static const char *selfgcolor = "#ffffff";
static unsigned int inputw = 0;
static unsigned int lines = 0;
static unsigned int mw, mh;
+static unsigned int promptw;
static unsigned long normcol[ColLast];
static unsigned long selcol[ColLast];
static Atom utf8;