[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.45 and 1.46

version 1.45, 2017/04/22 10:22:39 version 1.46, 2017/08/30 10:33:57
Line 97 
Line 97 
         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);
                 cmd_find_from_session(current, dst_s);                  cmd_find_from_session(current, dst_s, 0);
         }          }
   
         server_redraw_session(src_s);          server_redraw_session(src_s);

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46