fixed expanding

This commit is contained in:
Sascha Kruse 2011-09-08 10:52:54 +02:00
parent 4bb529bfae
commit 5b1ac780f4

View File

@ -28,7 +28,7 @@ typedef struct _msg_queue_t {
/* global variables */ /* global variables */
static int bh, mw, mh; static int bh, mw, mh;
static int expand = False; static int expand = True;
static int right = False; static int right = False;
static int lines = 0; static int lines = 0;
static const char *font = NULL; static const char *font = NULL;