Re: [REVERT Request] VT Breakage
From: H. Peter Anvin
Date: Tue Oct 14 2008 - 18:29:27 EST
H. Peter Anvin wrote:
I haven't found the technical manual for VT525, but the user manual
mentions as one of options in the configuration menu:
"Erase text to the text background color (PC style)"
"Erase text to the screen background color (VT style)"
Actually, I did find it:
http://vt100.net/docs/vt520-rm/ek-vt520-rm.pdf
It states:
2.9.7 Erase Color
The Erase color selection controls the background color used when text
is erased or new text is scrolled on to the screen. Screen background
causes newly erased areas or scrolled text to be written using color
index zero, the screen background. This is VT and DECterm compatible.
Text background causes erased areas or scrolled text to be written using
the current text background color. This is PC console compatible and is
the factory default.
Note the second clause of the last sentence.
However, to a very large degree this is all moot. We have done it one
way for 17 years, and that is the terminal emulation that is expected
when $TERM is "linux". Realistically, if we want to introduce a new
xterm-compatible mode it needs to be just that, a mode; and then we can
set TERM to "xterm".
This still holds, of course.
-hpa
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/