Use iskey() and getchar() to interact with console, rather than object

abstraction.
This commit is contained in:
Michael Brown
2006-12-18 16:46:25 +00:00
parent a497e16767
commit 2ed2b2efe8
3 changed files with 5 additions and 19 deletions

View File

@@ -83,6 +83,6 @@ SCREEN _curscr = {
.exit = _exit_screen,
.movetoyx = _movetoyx,
.putc = _putc,
.getc = _getc,
.peek = _peek,
// .getc = _getc,
// .peek = _peek,
};