|
|
@@ -46,21 +46,6 @@ typedef struct _curses_screen {
|
|
46
|
46
|
* @v c character to be written
|
|
47
|
47
|
*/
|
|
48
|
48
|
void ( * putc ) ( struct _curses_screen *scr, chtype c );
|
|
49
|
|
- /**
|
|
50
|
|
- * Pop a character from the keyboard input stream
|
|
51
|
|
- *
|
|
52
|
|
- * @v scr screen on which to operate
|
|
53
|
|
- * @ret c popped character
|
|
54
|
|
- */
|
|
55
|
|
- int ( * getc ) ( struct _curses_screen *scr );
|
|
56
|
|
- /**
|
|
57
|
|
- * Checks to see whether a character is waiting in the input stream
|
|
58
|
|
- *
|
|
59
|
|
- * @v scr screen on which to operate
|
|
60
|
|
- * @ret TRUE character waiting in stream
|
|
61
|
|
- * @ret FALSE no character waiting in stream
|
|
62
|
|
- */
|
|
63
|
|
- bool ( *peek ) ( struct _curses_screen *scr );
|
|
64
|
49
|
} SCREEN;
|
|
65
|
50
|
|
|
66
|
51
|
/** Curses Window struct */
|