* Flush curses support, add new primitives for termcap and terminfo.
authorChris Hanson <org/chris-hanson/cph>
Tue, 16 Oct 1990 20:57:29 +0000 (20:57 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 16 Oct 1990 20:57:29 +0000 (20:57 +0000)
commit25faaea5e7d2cbbe6bf249c9eab5f10ffac50a3d
treecde843e3e20524ca3206a48eeac910c010af461a
parentc001afdba397e661c5bd7f9fefe904f301b0e64f
* Flush curses support, add new primitives for termcap and terminfo.

* Add new primitives to control terminals:

    TERMINAL-GET-ISPEED
    TERMINAL-GET-OSPEED
    BAUD-INDEX->RATE
    BAUD-RATE->INDEX
    TERMINAL-COOKED-OUTPUT?
    TERMINAL-COOKED-OUTPUT
    TERMINAL-RAW-OUTPUT

* Change X line scrolling so that it does not clear the region that
  the lines are being scrolled out of.  The update optimizer will take
  care of this if it needs to.
17 files changed:
v7/src/microcode/osterm.h
v7/src/microcode/prosterm.c
v7/src/microcode/s/bsd4-2.h
v7/src/microcode/s/bsd4-3.h
v7/src/microcode/s/hpux.h
v7/src/microcode/s/nextos.h
v7/src/microcode/s/sunos3.h
v7/src/microcode/s/sunos4.h
v7/src/microcode/s/ultrix.h
v7/src/microcode/s/umax.h
v7/src/microcode/unxutl/ymkfile
v7/src/microcode/ux.c
v7/src/microcode/ux.h
v7/src/microcode/uxterm.c
v7/src/microcode/version.h
v7/src/microcode/x11term.c
v8/src/microcode/version.h