projects
/
suckless
/
dmenu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4fdaba
)
resorted globals
author
Connor Lane Smith
<cls@lubutu.com>
Wed, 18 Aug 2010 16:35:23 +0000
(17:35 +0100)
committer
Connor Lane Smith
<cls@lubutu.com>
Wed, 18 Aug 2010 16:35:23 +0000
(17:35 +0100)
dmenu.c
patch
|
blob
|
history
diff --git
a/dmenu.c
b/dmenu.c
index a5a4cdd78a6ad4f1c4618289618acf4130a1c59f..f743be878deccaee3129a3505435686e32431a8c 100644
(file)
--- a/
dmenu.c
+++ b/
dmenu.c
@@
-41,8
+41,8
@@
static void usage(void);
static char text[BUFSIZ];
static int bh, mw, mh;
static int inputw = 0;
-static int promptw;
static int lines = 0;
+static int promptw;
static size_t cursor = 0;
static const char *font = NULL;
static const char *prompt = NULL;