[BACK]Return to sensors.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / systat

Diff for /src/usr.bin/systat/sensors.c between version 1.5 and 1.6

version 1.5, 2007/02/24 04:01:05 version 1.6, 2007/02/25 18:21:24
Line 37 
Line 37 
 WINDOW *  WINDOW *
 opensensors(void)  opensensors(void)
 {  {
         return (subwin(stdscr, LINES-5-1, 0, 5, 0));          return (subwin(stdscr, LINES-1-1, 0, 1, 0));
 }  }
   
 void  void

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6