mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 04:50:25 +03:00
- put in the screen initialisation stuff and clear the screen...
This commit is contained in:
@@ -14,9 +14,10 @@
|
|||||||
WINDOW *initscr ( void ) {
|
WINDOW *initscr ( void ) {
|
||||||
/* determine console size */
|
/* determine console size */
|
||||||
/* initialise screen */
|
/* initialise screen */
|
||||||
|
curscr->init( curscr );
|
||||||
stdscr->height = LINES;
|
stdscr->height = LINES;
|
||||||
stdscr->width = COLS;
|
stdscr->width = COLS;
|
||||||
/* set previously unknown window attributes */
|
werase( stdscr );
|
||||||
/* refresh screen */
|
|
||||||
return stdscr;
|
return stdscr;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user