]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
moved console specific items out of mucurses (should be handled by external screen...
authorDan Lynch <danjlynch@users.sourceforge.net>
Tue, 27 Jun 2006 13:31:30 +0000 (13:31 +0000)
committerDan Lynch <danjlynch@users.sourceforge.net>
Tue, 27 Jun 2006 13:31:30 +0000 (13:31 +0000)
src/hci/mucurses/core.h

index 08df8f8d02665ed14f33dc372624fb751a4a4acb..9a8797af9a1b61403d3ed76f4a87a8cf3cf3587e 100644 (file)
 #define WRAP 0
 #define NOWRAP 1
 
-unsigned short _COLS;
-unsigned short _LINES;
-unsigned short _COLOURS;
-unsigned int *_COLOUR_PAIRS; /* basically this is an array, but as its
-                              length is determined only when initscr
-                              is run, I can only think to make it a
-                              pointer and malloc the array into being
-                              ... */
-
 void _wputch ( WINDOW *win, chtype ch, int wrap );
 void _wputchstr ( WINDOW *win, const chtype *chstr, int wrap, int n );
 void _wputstr ( WINDOW *win, const char *str, int wrap, int n );