[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

TOPS-10 LISP



From:     BAKER@MIT-AI
Date: Thu, 23 Jun 78 20:51:53 GMT
Original-Date: 06/23/78 16:51:53 EDT
Subject: Re: TOPS-10 LISP
    To: (BUG LISP) at MIT-AI
    CC: BAKER at MIT-AI
    How do I TYO non-printing weird characters?
-------
Try opening up the tty on another channel in image mode, and then tyoing
to that:
(SETQ FOO (OPEN '((TTY)) '(OUT IMAGE TTY)))
(TYO 177 FOO)
this wins on ITS, though I don't know if it has ever been tested on Tops-10.
Let me know results (and I will attempt to try it on my version).

--Howard