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

Diff for /src/usr.bin/top/screen.c between version 1.19 and 1.20

version 1.19, 2008/09/24 18:53:55 version 1.20, 2010/02/05 10:21:10
Line 49 
Line 49 
   
 #include "top.h"  #include "top.h"
 #include "screen.h"  #include "screen.h"
   #include "layout.h"
 #include "boolean.h"  #include "boolean.h"
   
 int     screen_length, screen_width;  int     screen_length, screen_width;
Line 104 
Line 105 
         }          }
   
         /* set up common terminal capabilities */          /* set up common terminal capabilities */
         if ((screen_length = tgetnum("li")) <= Header_lines) {          if ((screen_length = tgetnum("li")) <= y_procs) {
                 screen_length = smart_terminal = 0;                  screen_length = smart_terminal = 0;
                 return;                  return;
         }          }

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20