resorted globals
This commit is contained in:
parent
e4fdaba88d
commit
128d4cf376
2
dmenu.c
2
dmenu.c
@ -41,8 +41,8 @@ static void usage(void);
|
|||||||
static char text[BUFSIZ];
|
static char text[BUFSIZ];
|
||||||
static int bh, mw, mh;
|
static int bh, mw, mh;
|
||||||
static int inputw = 0;
|
static int inputw = 0;
|
||||||
static int promptw;
|
|
||||||
static int lines = 0;
|
static int lines = 0;
|
||||||
|
static int promptw;
|
||||||
static size_t cursor = 0;
|
static size_t cursor = 0;
|
||||||
static const char *font = NULL;
|
static const char *font = NULL;
|
||||||
static const char *prompt = NULL;
|
static const char *prompt = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user