[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.18 and 1.19

version 1.18, 2007/06/10 19:10:06 version 1.19, 2008/09/24 18:53:55
Line 214 
Line 214 
                 refresh();                  refresh();
         }          }
 }  }
   
 /* This has to be defined as a subroutine for tputs (instead of a macro) */  
 int  
 putstdout(int ch)  
 {  
         int ret;  
   
         ret = putchar(ch);  
         if (ret == EOF)  
                 exit(1);  
         return (ret);  
 }  

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