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

Diff for /src/usr.bin/tmux/cmd-split-window.c between version 1.84 and 1.85

version 1.84, 2017/04/25 15:35:10 version 1.85, 2017/05/30 21:44:59
Line 134 
Line 134 
                 goto error;                  goto error;
         }          }
         new_wp = window_add_pane(w, wp, args_has(args, 'b'), hlimit);          new_wp = window_add_pane(w, wp, args_has(args, 'b'), hlimit);
         layout_assign_pane(lc, new_wp);          layout_make_leaf(lc, new_wp);
   
         path = NULL;          path = NULL;
         if (item->client != NULL && item->client->session == NULL)          if (item->client != NULL && item->client->session == NULL)
Line 152 
Line 152 
         }          }
         environ_free(env);          environ_free(env);
   
           layout_fix_panes(w, w->sx, w->sy);
         server_redraw_window(w);          server_redraw_window(w);
   
         if (!args_has(args, 'd')) {          if (!args_has(args, 'd')) {

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85