--- projects/libstatgrab/src/saidar/saidar.c 2006/12/01 01:03:59 1.38 +++ projects/libstatgrab/src/saidar/saidar.c 2006/12/17 01:06:16 1.40 @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * $Id: saidar.c,v 1.38 2006/12/01 01:03:59 tdb Exp $ + * $Id: saidar.c,v 1.40 2006/12/17 01:06:16 tdb Exp $ */ #ifdef HAVE_CONFIG_H @@ -39,11 +39,9 @@ #include #ifdef HAVE_NCURSES_H -#include #define COLOR_SUPPORT -#else -#include #endif +#include CURSES_HEADER_FILE #define THRESHOLD_LOAD 1.0 @@ -647,6 +645,7 @@ int main(int argc, char **argv){ } #endif nonl(); + curs_set(0); cbreak(); noecho(); timeout(delay * 1000);