Subject: curses vs ncurses
To: None <netbsd-help@netbsd.org>
From: Florian Stoehr <Florian.Stoehr@login-solutions.de>
List: netbsd-help
Date: 06/04/2003 15:39:11
hi,

i have a program with color output that runs fine under curses.

when i #include <ncurses.h> instead of <curses.h> and link with the
ncurses library, the effect ist strange:

no more color, also the has_colors() function reports false.

what to do? what does ncurses different in color terminal detection?

thanks
florian