commit 128d4cf376beffbef82b93d6305ed7856eea10bd from: Connor Lane Smith date: Wed Aug 18 16:35:23 2010 UTC resorted globals commit - e4fdaba88d94d049c4140593cb2fd3208c8cf0f1 commit + 128d4cf376beffbef82b93d6305ed7856eea10bd blob - a5a4cdd78a6ad4f1c4618289618acf4130a1c59f blob + f743be878deccaee3129a3505435686e32431a8c --- dmenu.c +++ 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;