+2006-12-16 Bruno Haible <bruno@clisp.org>
+
+ * lib/term-ostream.oo.c (term_ostream_create): Fix tgetstr argument
+ for stream->no_color_video.
+
2006-12-16 Bruno Haible <bruno@clisp.org>
* lib/term-ostream.oo.c (term_ostream_create): Don't ignore tgetent's
/* Retrieve particular values depending on the terminal type. */
stream->max_colors = tgetnum ("Co");
- stream->no_color_video = tgetnum ("nc");
+ stream->no_color_video = tgetnum ("NC");
stream->set_a_foreground = xstrdup0 (tgetstr ("AF", TEBP));
stream->set_foreground = xstrdup0 (tgetstr ("Sf", TEBP));
stream->set_a_background = xstrdup0 (tgetstr ("AB", TEBP));