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

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

version 1.8, 2012/09/03 09:01:16 version 1.9, 2012/09/03 09:36:07
Line 74 
Line 74 
         struct args                     *args = self->args;          struct args                     *args = self->args;
         struct winlink                  *wl, *wm;          struct winlink                  *wl, *wm;
         struct session                  *s, *s2;          struct session                  *s, *s2;
         struct tty                      *tty;  
         struct window_choose_data       *wcd = NULL;          struct window_choose_data       *wcd = NULL;
         const char                      *ses_template, *win_template;          const char                      *ses_template, *win_template;
         char                            *final_win_action, *cur_win_template;          char                            *final_win_action, *cur_win_template;
Line 93 
Line 92 
         }          }
   
         s = ctx->curclient->session;          s = ctx->curclient->session;
         tty = &ctx->curclient->tty;  
   
         if ((wl = cmd_find_window(ctx, args_get(args, 't'), NULL)) == NULL)          if ((wl = cmd_find_window(ctx, args_get(args, 't'), NULL)) == NULL)
                 return (CMD_RETURN_ERROR);                  return (CMD_RETURN_ERROR);

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