Program now exits when "close button" is pressed
commit303046e93011c23e4b4969a1b71ffccd39f72f90
authorPhilip Pavlick <philip@swash.link>
Sun, 19 Aug 2018 08:01:26 +0000 (19 04:01 -0400)
committerPhilip Pavlick <philip@swash.link>
Sun, 19 Aug 2018 08:01:26 +0000 (19 04:01 -0400)
tree209ad2a81650c3827453eea83f6af62c569603b6
parent64967d7bbea0013fef7c0354d6401b6d1a7b8733
Program now exits when "close button" is pressed

Previously certain user input loops would continue forever until
receiving a particular input, or would return garbage input if the SDL
window's "close button" is pressed.  This might have caused a confused
user to become trapped.  Now, if the close button is pressed, the
program will exit immediately.
src/iocurses.d
src/iomain.d
src/ioterm.d
src/main.d