[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.22 and 1.23

version 1.22, 2012/05/23 19:19:40 version 1.23, 2013/03/25 10:12:01
Line 273 
Line 273 
 {  {
         u_int   i, yoff;          u_int   i, yoff;
   
           if (!window_pane_visible(wp))
                   return;
   
         yoff = wp->yoff;          yoff = wp->yoff;
         if (status_at_line(c) == 0)          if (status_at_line(c) == 0)
                 yoff++;                  yoff++;

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23