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

Diff for /src/usr.bin/tmux/resize.c between version 1.20 and 1.21

version 1.20, 2016/10/16 22:06:40 version 1.21, 2017/02/03 21:01:02
Line 89 
Line 89 
   
                 s->sx = ssx;                  s->sx = ssx;
                 s->sy = ssy;                  s->sy = ssy;
   
                   status_update_saved(s);
         }          }
   
         RB_FOREACH(w, windows, &windows) {          RB_FOREACH(w, windows, &windows) {

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21