|
iPXE
|
MuCurses initialisation functions. More...
Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| WINDOW * | initscr (void) |
| Initialise console environment. More... | |
| int | endwin (void) |
| Finalise console environment. More... | |
MuCurses initialisation functions.
Definition in file wininit.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| WINDOW* initscr | ( | void | ) |
Initialise console environment.
| *win | return pointer to stdscr |
Definition at line 17 of file wininit.c.
References COLS, LINES, move(), and stdscr.
Referenced by pxe_menu_select(), settings_ui(), show_form(), and show_menu().
| int endwin | ( | void | ) |
Finalise console environment.
Definition at line 31 of file wininit.c.
References attrset(), color_set, curs_set(), LINES, mvprintw, NULL, OK, and stdscr.
Referenced by pxe_menu_select(), settings_ui(), show_form(), and show_menu().
1.8.15