Revert "Make ESC quit."

This reverts commit 67df4b1f56.
This commit is contained in:
Lawrence Kesteloot
2016-11-09 12:10:08 -08:00
parent 67df4b1f56
commit 68822ed327

View File

@@ -153,9 +153,6 @@ void poll_keyboard()
printf("Got error reading from keyboard: %d\n\r", errno); printf("Got error reading from keyboard: %d\n\r", errno);
exit(1); exit(1);
} }
} else if (c == 27) {
printf("\n\nESC pressed -- exiting.\n\n");
exit(1);
} else { } else {
last_key = c; last_key = c;
strobe = true; strobe = true;