CC-Tweaked/src
Jonathan Coates c489d4bc4f
Fix exiting paint typing "e" in the shell
When exiting paint via the keyboard by typing "Ctrl" then "E"
separately, we consume the "key" event within paint, leaving the shell
to consume "read".

To avoid this, we run a sleep(0) to gobble any other left-over events.

Note, it's generally not enough to run a queueEvent/pullEvent here, as
the char event may not have ended up on the queue yet. Alas, as this
solution is pretty ugly.
2021-06-19 15:13:26 +01:00
..
generated/resources Fix impostor recipes for disks 2021-01-09 18:30:07 +00:00
main Fix exiting paint typing "e" in the shell 2021-06-19 15:13:26 +01:00
test Fix a couple of bugs with wget 2021-06-19 11:59:15 +01:00
web Swap CSS over to use illuaminate's variables 2021-05-28 21:18:38 +01:00