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

Diff for /src/usr.bin/tmux/cmd-respawn-window.c between version 1.8 and 1.9

version 1.8, 2009/09/01 13:09:49 version 1.9, 2009/09/16 12:35:04
Line 76 
Line 76 
         TAILQ_INSERT_HEAD(&w->panes, wp, entry);          TAILQ_INSERT_HEAD(&w->panes, wp, entry);
         window_pane_resize(wp, w->sx, w->sy);          window_pane_resize(wp, w->sx, w->sy);
         if (window_pane_spawn(          if (window_pane_spawn(
             wp, data->arg, NULL, NULL, &env, &s->tio, &cause) != 0) {              wp, data->arg, NULL, NULL, &env, s->tio, &cause) != 0) {
                 ctx->error(ctx, "respawn window failed: %s", cause);                  ctx->error(ctx, "respawn window failed: %s", cause);
                 xfree(cause);                  xfree(cause);
                 environ_free(&env);                  environ_free(&env);

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9