summaryrefslogtreecommitdiffstats
path: root/src/hci/mucurses
diff options
context:
space:
mode:
authorDan Lynch2006-06-27 15:31:30 +0200
committerDan Lynch2006-06-27 15:31:30 +0200
commit9ca2f64ee1ec4606f57e4437b43fd1459e0679cc (patch)
tree34db20844fe61d5fdf0c65090148d9accae174d8 /src/hci/mucurses
parentmake path relative (so that I don't break eb top of tree !) (diff)
downloadipxe-9ca2f64ee1ec4606f57e4437b43fd1459e0679cc.tar.gz
ipxe-9ca2f64ee1ec4606f57e4437b43fd1459e0679cc.tar.xz
ipxe-9ca2f64ee1ec4606f57e4437b43fd1459e0679cc.zip
moved console specific items out of mucurses (should be handled by external screen object)
Diffstat (limited to 'src/hci/mucurses')
-rw-r--r--src/hci/mucurses/core.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/hci/mucurses/core.h b/src/hci/mucurses/core.h
index 08df8f8d0..9a8797af9 100644
--- a/src/hci/mucurses/core.h
+++ b/src/hci/mucurses/core.h
@@ -10,15 +10,6 @@
#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 );