[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.44 and 1.45

version 1.44, 2013/01/14 21:33:59 version 1.45, 2013/01/14 21:35:08
Line 163 
Line 163 
   
         if (smart_terminal) {          if (smart_terminal) {
                 addstrp = addstr;                  addstrp = addstr;
                 printwp = (int(*)(const char *, ...))printw;                  printwp = printw;
                 standoutp = standout;                  standoutp = standout;
                 standendp = standend;                  standendp = standend;
         } else {          } else {

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45