Alternate characters at bottem right hand corner.

Doug Gwyn gwyn at smoke.BRL.MIL
Wed Jul 4 07:38:48 AEST 1990


In article <808 at ehviea.ine.philips.nl> leo at ehviea.UUCP (Leo de Wit) writes:
>Unfortunately, the vt100 (one of the terminals this was asked for)
>doesn't support character insertion.

The VT100 does support line insertion (via manipulation of the scrolling
region), and thus the technique I described can be used.  You must of
course build the entire  desired last line somewhere other than on the
last line of a scrolling region that includes the bottom display line,
then scroll in reverse to move the desired last line to the bottom of
the display, then fill in the vacated top line or lines of the scrolling
region.  This is a lot of work simply to use one cell location, and most
applications don't bother to use that location (a much simpler solution).
If I recall correctly, a genuine VT100 doesn't scroll at the end of a
line until the next character is received and is found to be other than a
carriage-return, but the exact VT100 behavior is very quirky (there are
several bugs in the microcode) and impossible to correctly describe using
termcap/terminfo.  In particular, "am" is never correct for a VT100.



More information about the Comp.unix.questions mailing list