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

version 1.44, 2017/02/08 15:41:41 version 1.45, 2017/04/05 10:49:46
Line 423 
Line 423 
         if (status_at_line(c) == 0)          if (status_at_line(c) == 0)
                 yoff++;                  yoff++;
   
         log_debug("%s: redraw pane %%%u (at %u,%u)", c->tty.path, wp->id,          log_debug("%s: redraw pane %%%u (at %u,%u)", c->name, wp->id,
             wp->xoff, yoff);              wp->xoff, yoff);
   
         for (i = 0; i < wp->sy; i++)          for (i = 0; i < wp->sy; i++)

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