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

Diff for /src/usr.bin/tmux/cmd-select-window.c between version 1.6 and 1.7

version 1.6, 2011/01/04 02:03:41 version 1.7, 2011/04/05 19:37:01
Line 102 
Line 102 
                 last = 1;                  last = 1;
   
         if (next || previous || last) {          if (next || previous || last) {
                 s = cmd_find_session(ctx, args_get(args, 't'));                  s = cmd_find_session(ctx, args_get(args, 't'), 0);
                 if (s == NULL)                  if (s == NULL)
                         return (-1);                          return (-1);
   

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7