Up to [cvs.NetBSD.org] / src / share / terminfo
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: netbsd-9-0-RC1
Revision 1.12 / (download) - annotate - [select for diffs], Sun Jul 28 02:37:54 2019 UTC (19 months, 1 week ago) by rin
Branch: MAIN
CVS Tags: phil-wifi-20191119,
netbsd-9-base,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9
Changes since 1.11: +4 -5
lines
Diff to previous 1.11 (colored)
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.