[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: DOS graphics help needed
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: Re: DOS graphics help needed
- From: haible (Bruno Haible)
- Date: Fri, 25 Nov 94 02:44:22 +0100
William Echard <wechard@YorkU.CA> writes:
> I've looked through my LISP manuals for some kind of pause or
> key-detecting function, but no luck. Sorry for the newbie question, but any
> help would be appreciated.
Such a function hasn't been standardized. In CLISP, something like
(with-keyboard (clear-input *keyboard-input*) (read-char *keyboard-input*))
will wait until a key is pressed. Please refer to impnotes.txt, section 21.1,
for details.
Bruno Haible
haible@ma2s2.mathematik.uni-karlsruhe.de