[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
2129 patches for twenex (VTS)
- To: BUG-LISP at MIT-MC
- Subject: 2129 patches for twenex (VTS)
- From: Glenn S. Burke <GSB at MIT-MC>
- Date: Fri, 10 Sep 82 03:39:00 GMT
- Original-date: 9 September 1982 23:39-EDT
STTY1A+15 should be SKIPN VTS20P rather than SKIPE. This will make
(status tty) return the correct last two values rather than 0.
Instead of
MOVE 2,TI.ST6(TT)
at OPNT2+22, there should be the sequence
RTMOD
HRR 2,TI.ST6(TT)
IOR 2,[STDTMW]
This will make "the right things" happen when a suspended lisp comes up
on a different terminal (type) from that which it was suspended on.
This has been patched on OZ. I will update the BBLISP and LISP EXE
files on XX now, as the SS structure there seems to be restored.