Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/terminfo For wsvt25, stop disabling color attributes f...
details: https://anonhg.NetBSD.org/src/rev/b8264ea35a1b
branches: trunk
changeset: 462203:b8264ea35a1b
user: rin <rin%NetBSD.org@localhost>
date: Sun Jul 28 02:37:54 2019 +0000
description:
For wsvt25, stop disabling color attributes for underlined text.
With this change, underlined text is drawn in correct colors if
MD backend of wscons is underline-capable.
As the removed comment said, we render underlined text in red, if
MD backend of wscons does not support underline. However, this is
done regardless of original color attributes; foreground color is
forcibly changed to red. So, we don't need to disable original
colors for underlined.
diffstat:
share/terminfo/terminfo | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diffs (33 lines):
diff -r e30815525730 -r b8264ea35a1b share/terminfo/terminfo
--- a/share/terminfo/terminfo Sun Jul 28 00:51:59 2019 +0000
+++ b/share/terminfo/terminfo Sun Jul 28 02:37:54 2019 +0000
@@ -6,8 +6,8 @@
# Report bugs and new terminal descriptions to
# bug-ncurses%gnu.org@localhost
#
-# $Revision: 1.11 $
-# $Date: 2017/02/23 13:22:53 $
+# $Revision: 1.12 $
+# $Date: 2019/07/28 02:37:54 $
#
# The original header is preserved below for reference. It is noted that there
# is a "newer" version which differs in some cosmetic details (but actually
@@ -2507,8 +2507,7 @@
sgr0=\2330m, smso=\2337m, smul=\2334m,
# NetBSD "wscons" emulator in vt220 mode.
-# This entry is based on the NetBSD termcap entry, correcting the ncv value.
-# The emulator renders underlined text in red. Colors are otherwise usable.
+# This entry is based on the NetBSD termcap entry.
#
# Testing the emulator and reading the source code (NetBSD 2.0), it appears
# that "vt220" is inaccurate. There are a few vt220-features, but most of the
@@ -2520,7 +2519,7 @@
# work. Don't use it on a VMS system -TD
wsvt25|NetBSD wscons in 25 line DEC VT220 mode,
bce, msgr,
- colors#8, cols#80, it#8, lines#25, ncv#2, pairs#64,
+ colors#8, cols#80, it#8, lines#25, pairs#64,
civis=\E[?25l, cnorm=\E[?25h, is2=\E[r\E[25;1H,
kdch1=\E[3~, kend=\E[8~, kf1=\E[11~, kf10=\E[21~,
kf11=\E[23~, kf12=\E[24~, kf2=\E[12~, kf3=\E[13~,
Home |
Main Index |
Thread Index |
Old Index