[BACK]Return to screen-redraw.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/screen-redraw.c between version 1.26 and 1.27

version 1.26, 2014/01/31 14:19:24 version 1.27, 2014/03/31 21:34:08
Line 381 
Line 381 
                 for (j = 0; j < 5; j++) {                  for (j = 0; j < 5; j++) {
                         for (i = px; i < px + 5; i++) {                          for (i = px; i < px + 5; i++) {
                                 tty_cursor(tty, xoff + i, yoff + py + j);                                  tty_cursor(tty, xoff + i, yoff + py + j);
                                 if (clock_table[idx][j][i - px])                                  if (window_clock_table[idx][j][i - px])
                                         tty_putc(tty, ' ');                                          tty_putc(tty, ' ');
                         }                          }
                 }                  }

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