ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/saidar/saidar.c
(Generate patch)

Comparing projects/libstatgrab/src/saidar/saidar.c (file contents):
Revision 1.38 by tdb, Fri Dec 1 01:03:59 2006 UTC vs.
Revision 1.40 by tdb, Sun Dec 17 01:06:16 2006 UTC

# Line 39 | Line 39
39   #include <math.h>
40  
41   #ifdef HAVE_NCURSES_H
42 #include <ncurses.h>
42   #define COLOR_SUPPORT
44 #else
45 #include <curses.h>
43   #endif
44 + #include CURSES_HEADER_FILE
45  
46   #define THRESHOLD_LOAD 1.0
47  
# Line 647 | Line 645 | int main(int argc, char **argv){
645          }
646   #endif
647          nonl();
648 +        curs_set(0);
649          cbreak();
650          noecho();
651          timeout(delay * 1000);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines