resorted globals

This commit is contained in:
Connor Lane Smith 2010-08-18 17:35:23 +01:00
parent e4fdaba88d
commit 128d4cf376
1 changed files with 1 additions and 1 deletions

View File

@ -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;