+2006-12-23 Bruno Haible <bruno@clisp.org>
+
+ * lib/term-ostream.oo.c (term_ostream_create): Fix up the
+ no_color_video value for cygwin.
+
2006-12-21 Bruno Haible <bruno@clisp.org>
* modules/gettext-tools-misc (Makefile.am): Move modifications of
}
# endif
+ /* The termcap entry for cygwin is broken: It has no "ncv" value,
+ but bold and underline are actually rendered through colors. */
+ if (strcmp (term, "cygwin") == 0)
+ stream->no_color_video |= 2 | 32;
+
/* Done with tgetstr. Detect possible buffer overflow. */
#undef TEBP
if (memcmp (termentrybuf.canary, "CnRz", 4) != 0)