mirror of
https://github.com/bradgrantham/apple2e.git
synced 2025-03-17 19:29:24 +00:00
Revert "Make ESC quit."
This reverts commit 67df4b1f562f938d86348a9ff10c665ffae75570.
This commit is contained in:
parent
67df4b1f56
commit
68822ed327
@ -153,9 +153,6 @@ void poll_keyboard()
|
||||
printf("Got error reading from keyboard: %d\n\r", errno);
|
||||
exit(1);
|
||||
}
|
||||
} else if (c == 27) {
|
||||
printf("\n\nESC pressed -- exiting.\n\n");
|
||||
exit(1);
|
||||
} else {
|
||||
last_key = c;
|
||||
strobe = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user