[BACK]Return to cmd-break-pane.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-break-pane.c between version 1.47 and 1.48

version 1.47, 2018/10/18 08:38:01 version 1.48, 2019/06/20 11:59:59
Line 77 
Line 77 
         layout_close_pane(wp);          layout_close_pane(wp);
   
         w = wp->window = window_create(w->sx, w->sy);          w = wp->window = window_create(w->sx, w->sy);
           options_set_parent(wp->options, w->options);
           wp->flags |= PANE_STYLECHANGED;
         TAILQ_INSERT_HEAD(&w->panes, wp, entry);          TAILQ_INSERT_HEAD(&w->panes, wp, entry);
         w->active = wp;          w->active = wp;
   

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48