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

Diff for /src/usr.bin/tmux/cmd-detach-client.c between version 1.11 and 1.12

version 1.11, 2012/07/11 07:10:15 version 1.12, 2013/03/24 09:27:19
Line 61 
Line 61 
                                 server_write_client(c, msgtype, NULL, 0);                                  server_write_client(c, msgtype, NULL, 0);
                 }                  }
         } else {          } else {
                 c = cmd_find_client(ctx, args_get(args, 't'));                  c = cmd_find_client(ctx, args_get(args, 't'), 0);
                 if (c == NULL)                  if (c == NULL)
                         return (CMD_RETURN_ERROR);                          return (CMD_RETURN_ERROR);
   

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12