escape in the splash screen quits drscheme

svn: r17854
This commit is contained in:
Robby Findler 2010-01-27 18:33:36 +00:00
parent 8454db8115
commit 97a04321fc

View File

@ -78,6 +78,7 @@
(set-splash-char-observer
(λ (evt)
(let ([ch (send evt get-key-code)])
(when (equal? ch 'escape) (exit))
(when (char? ch)
;; as soon as something is typed, load the bitmaps
(load-magic-images)