aboutsummaryrefslogtreecommitdiff
path: root/dmenu.c
diff options
context:
space:
mode:
authorConnor Lane Smith <cls@lubutu.com>2010-08-18 17:35:23 +0100
committerConnor Lane Smith <cls@lubutu.com>2010-08-18 17:35:23 +0100
commit128d4cf376beffbef82b93d6305ed7856eea10bd (patch)
treec4178005eda5b422192497881b37c579815b8c47 /dmenu.c
parente4fdaba88d94d049c4140593cb2fd3208c8cf0f1 (diff)
downloaddmenu-128d4cf376beffbef82b93d6305ed7856eea10bd.tar.gz
dmenu-128d4cf376beffbef82b93d6305ed7856eea10bd.tar.bz2
dmenu-128d4cf376beffbef82b93d6305ed7856eea10bd.zip
resorted globals
Diffstat (limited to 'dmenu.c')
-rw-r--r--dmenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu.c b/dmenu.c
index a5a4cdd..f743be8 100644
--- 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;