[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
TOPS-10 LISP
- To: (BUG LISP) at MIT-MC, BAKER at MIT-AI
- Subject: TOPS-10 LISP
- From: HIC at MIT-MC (Howard I. Cannon)
- Date: Fri, 23 Jun 78 22:57:00 GMT
- Original-date: 23 JUN 1978 1857-EDT
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