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

Diff for /src/usr.bin/tmux/Attic/cmd-choose-buffer.c between version 1.9 and 1.10

version 1.9, 2012/07/11 07:10:15 version 1.10, 2012/08/14 08:51:53
Line 59 
Line 59 
         }          }
   
         if ((template = args_get(args, 'F')) == NULL)          if ((template = args_get(args, 'F')) == NULL)
                 template = DEFAULT_BUFFER_LIST_TEMPLATE;                  template = CHOOSE_BUFFER_TEMPLATE;
   
         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.9  
changed lines
  Added in v.1.10