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

Diff for /src/usr.bin/systat/main.c between version 1.55 and 1.56

version 1.55, 2009/07/21 17:07:38 version 1.56, 2010/07/02 13:30:03
Line 109 
Line 109 
         if (paused)          if (paused)
                 tbprintf(" PAUSED");                  tbprintf(" PAUSED");
   
         if (rawmode)          if (rawmode) {
                 printf("\n\n%s\n", tmp_buf);                  printf("\n\n%-55s%s\n", tmp_buf, tbuf);
         else          } else {
                 mvprintw(0, 0, "%s", tmp_buf);                  mvprintw(0, 0, "%s", tmp_buf);
                   mvprintw(0, TIMEPOS, "%s", tbuf);
         mvprintw(0, TIMEPOS, "%s", tbuf);          }
   
   
         return (1);          return (1);
 }  }

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56