[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- From: TEITELMAN
- Date: Thu, 08 Jul 1976 14:17:52 -7000
- Date: 8 JUL 1976 1417-PDT
added new function SETLINELENGTH which asks tenex what it thinks
the line length is. SETLINELENGTH is invoked automatically
following a sysin. thus if you are running via a chat connection with
a small font, lisp will know that the line can be longer.
SETLINELENGTH sets the variable TTYLINELENGTH. all places in
the system where output is to go to a terminal used to do a
(LINELENGTH 72). it now does a (LINELENGTH TTYLINELENGTH)
-------