1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Author: n/a
Description: n/a
diff -Naurp mknbi-1.4.4/nfl.c deb/nfl.c
--- mknbi-1.4.4/nfl.c 2003-09-22 16:47:08.000000000 0200
deb/nfl.c 2009-12-16 13:21:10.000000000 0100
@@ -124,7 124,7 @@ static unsigned short menu_rows = 0x0800
static unsigned short menu_cols = 0x0800;
/* Terminal types. */
-static int terminal = TERMINAL_CONSOLE;
int terminal = TERMINAL_CONSOLE;
/* Defined in ANSI.C */
extern unsigned short rows, columns, attr;
|