From 128d4cf376beffbef82b93d6305ed7856eea10bd Mon Sep 17 00:00:00 2001 From: Connor Lane Smith Date: Wed, 18 Aug 2010 17:35:23 +0100 Subject: resorted globals --- dmenu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dmenu.c') 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; -- cgit v1.2.3