[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.3 and 1.4

version 1.3, 1997/08/24 18:37:47 version 1.4, 1997/09/16 19:25:00
Line 121 
Line 121 
     }      }
   
     /* set up common terminal capabilities */      /* set up common terminal capabilities */
     if ((screen_length = tgetnum("li")) <= 0)      if ((screen_length = tgetnum("li")) <= Header_lines)
     {      {
         screen_length = smart_terminal = 0;          screen_length = smart_terminal = 0;
         return;          return;

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4