mirror of
https://github.com/ipxe/ipxe
synced 2025-12-24 06:22:59 +03:00
[mucurses] Implement curs_set() to control cursor visibility
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -75,6 +75,13 @@ typedef struct _curses_screen {
|
||||
* @ret FALSE no character waiting in stream
|
||||
*/
|
||||
bool ( *peek ) ( struct _curses_screen *scr );
|
||||
/**
|
||||
* Set cursor visibility
|
||||
*
|
||||
* @v scr screen on which to operate
|
||||
* @v visibility cursor visibility
|
||||
*/
|
||||
void ( * cursor ) ( struct _curses_screen *scr, int visibility );
|
||||
} SCREEN;
|
||||
|
||||
/** Curses Window struct */
|
||||
|
||||
Reference in New Issue
Block a user