mirror of https://github.com/ipxe/ipxe.git
moved console specific items out of mucurses (should be handled by external screen object)
parent
197c0c91b2
commit
9ca2f64ee1
|
@ -10,15 +10,6 @@
|
||||||
#define WRAP 0
|
#define WRAP 0
|
||||||
#define NOWRAP 1
|
#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 _wputch ( WINDOW *win, chtype ch, int wrap );
|
||||||
void _wputchstr ( WINDOW *win, const chtype *chstr, int wrap, int n );
|
void _wputchstr ( WINDOW *win, const chtype *chstr, int wrap, int n );
|
||||||
void _wputstr ( WINDOW *win, const char *str, int wrap, int n );
|
void _wputstr ( WINDOW *win, const char *str, int wrap, int n );
|
||||||
|
|
Loading…
Reference in New Issue