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

Diff for /src/usr.bin/tmux/cmd-command-prompt.c between version 1.24 and 1.25

version 1.24, 2013/03/22 15:54:29 version 1.25, 2013/03/24 09:27:19
Line 94 
Line 94 
         char                            *prompt, *ptr, *input = NULL;          char                            *prompt, *ptr, *input = NULL;
         size_t                           n;          size_t                           n;
   
         if ((c = cmd_find_client(ctx, args_get(args, 't'))) == NULL)          if ((c = cmd_find_client(ctx, args_get(args, 't'), 0)) == NULL)
                 return (CMD_RETURN_ERROR);                  return (CMD_RETURN_ERROR);
   
         if (c->prompt_string != NULL)          if (c->prompt_string != NULL)

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25