[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.49 and 1.50

version 1.49, 2019/09/19 09:02:30 version 1.50, 2019/11/28 09:45:15
Line 76 
Line 76 
         window_lost_pane(w, wp);          window_lost_pane(w, wp);
         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, w->xpixel, w->ypixel);
         options_set_parent(wp->options, w->options);          options_set_parent(wp->options, w->options);
         wp->flags |= PANE_STYLECHANGED;          wp->flags |= PANE_STYLECHANGED;
         TAILQ_INSERT_HEAD(&w->panes, wp, entry);          TAILQ_INSERT_HEAD(&w->panes, wp, entry);

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50