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

Diff for /src/usr.bin/top/display.c between version 1.27 and 1.28

version 1.27, 2007/07/27 13:59:27 version 1.28, 2007/07/27 14:01:16
Line 827 
Line 827 
 anykey(void)  anykey(void)
 {  {
         int ch;          int ch;
         size_t len;          ssize_t len;
   
         standoutp();          standoutp();
         addstrp("Hit any key to continue: ");          addstrp("Hit any key to continue: ");

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28