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

Diff for /src/usr.bin/tmux/tty.c between version 1.295 and 1.296

version 1.295, 2017/08/24 08:48:37 version 1.296, 2017/10/16 19:30:53
Line 1038 
Line 1038 
                 ctx->xoff = wp->xoff;                  ctx->xoff = wp->xoff;
                 ctx->yoff = wp->yoff;                  ctx->yoff = wp->yoff;
                 if (status_at_line(c) == 0)                  if (status_at_line(c) == 0)
                         ctx->yoff++;                          ctx->yoff += status_line_size(c->session);
   
                 cmdfn(&c->tty, ctx);                  cmdfn(&c->tty, ctx);
         }          }

Legend:
Removed from v.1.295  
changed lines
  Added in v.1.296