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

Diff for /src/usr.bin/tmux/window.c between version 1.114 and 1.115

version 1.114, 2014/10/21 22:22:04 version 1.115, 2014/12/15 10:04:18
Line 491 
Line 491 
         w->saved_layout_root = w->layout_root;          w->saved_layout_root = w->layout_root;
         layout_init(w, wp);          layout_init(w, wp);
         w->flags |= WINDOW_ZOOMED;          w->flags |= WINDOW_ZOOMED;
           notify_window_layout_changed(w);
   
         return (0);          return (0);
 }  }
Line 512 
Line 513 
                 wp->saved_layout_cell = NULL;                  wp->saved_layout_cell = NULL;
         }          }
         layout_fix_panes(w, w->sx, w->sy);          layout_fix_panes(w, w->sx, w->sy);
           notify_window_layout_changed(w);
   
         return (0);          return (0);
 }  }

Legend:
Removed from v.1.114  
changed lines
  Added in v.1.115