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

Diff for /src/usr.bin/tmux/Attic/cmd-link-window.c between version 1.4 and 1.5

version 1.4, 2009/07/26 12:58:44 version 1.5, 2009/08/13 20:11:58
Line 77 
Line 77 
                 }                  }
         }          }
   
           if (idx == -1)
                   idx = -1 - options_get_number(&dst->options, "base-index");
         wl_dst = session_attach(dst, wl_src->window, idx, &cause);          wl_dst = session_attach(dst, wl_src->window, idx, &cause);
         if (wl_dst == NULL) {          if (wl_dst == NULL) {
                 ctx->error(ctx, "create session failed: %s", cause);                  ctx->error(ctx, "create session failed: %s", cause);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5