escape in the splash screen quits drscheme
svn: r17854
This commit is contained in:
parent
8454db8115
commit
97a04321fc
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user