[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
correction to TTY processing note
- To: ben at MIT-ML
- Subject: correction to TTY processing note
- From: JONL at MIT-MC (Jon L White)
- Date: Wed, 19 Mar 80 09:24:00 GMT
- Cc: (BUG LISP) at MIT-MC
- Original-date: 19 MAR 1980 0424-EST
The note which I just sent you suggested opening the TTY, in order
to do more clever output, by a line like
(OPEN '((TTY) FOO BAR) '(OUT IMAGE SINGLE))
this should have been
(OPEN '((TTY) FOO BAR) '(OUT IMAGE TTY))