[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.28 and 1.29

version 1.28, 2015/09/17 14:11:55 version 1.29, 2015/10/27 15:58:42
Line 84 
Line 84 
         layout_init(w, wp);          layout_init(w, wp);
   
         if (idx == -1)          if (idx == -1)
                 idx = -1 - options_get_number(&dst_s->options, "base-index");                  idx = -1 - options_get_number(dst_s->options, "base-index");
         wl = session_attach(dst_s, w, idx, &cause); /* can't fail */          wl = session_attach(dst_s, w, idx, &cause); /* can't fail */
         if (!args_has(self->args, 'd'))          if (!args_has(self->args, 'd'))
                 session_select(dst_s, wl->idx);                  session_select(dst_s, wl->idx);

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29