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

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

version 1.8, 2013/03/21 16:49:37 version 1.9, 2013/03/24 09:27:20
Line 44 
Line 44 
         const char      *size;          const char      *size;
         u_int            w, h;          u_int            w, h;
   
         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 (args_has(args, 'C')) {          if (args_has(args, 'C')) {

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