mirror of
https://github.com/ipxe/ipxe
synced 2026-04-16 03:00:10 +03:00
Use iskey() and getchar() to interact with console, rather than object
abstraction.
This commit is contained in:
@@ -83,6 +83,6 @@ SCREEN _curscr = {
|
||||
.exit = _exit_screen,
|
||||
.movetoyx = _movetoyx,
|
||||
.putc = _putc,
|
||||
.getc = _getc,
|
||||
.peek = _peek,
|
||||
// .getc = _getc,
|
||||
// .peek = _peek,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user