[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.15 and 1.16

version 1.15, 2007/03/30 19:21:19 version 1.16, 2007/04/04 19:12:15
Line 57 
Line 57 
 char    *clear_line, *clear_scr, *clear_to_end;  char    *clear_line, *clear_scr, *clear_to_end;
 char    *cursor_motion, *start_standout, *end_standout;  char    *cursor_motion, *start_standout, *end_standout;
 char    *terminal_init, *terminal_end;  char    *terminal_init, *terminal_end;
 short   ospeed;  
   
 static struct termios old_settings, new_settings;  static struct termios old_settings, new_settings;
   

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16