mirror of
https://github.com/ipxe/ipxe
synced 2026-01-02 01:42:37 +03:00
Use current attributes when erasing.
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
extern SCREEN _ansi_screen;
|
||||
|
||||
extern void _wputch ( WINDOW *win, chtype ch, int wrap );
|
||||
extern void _wputc ( WINDOW *win, char c, int wrap );
|
||||
extern void _wputchstr ( WINDOW *win, const chtype *chstr, int wrap, int n );
|
||||
extern void _wputstr ( WINDOW *win, const char *str, int wrap, int n );
|
||||
extern void _wcursback ( WINDOW *win );
|
||||
|
||||
Reference in New Issue
Block a user