[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.17 and 1.18

version 1.17, 2015/12/13 21:53:57 version 1.18, 2015/12/14 00:31:54
Line 33 
Line 33 
         .args = { "C:St:", 0, 0 },          .args = { "C:St:", 0, 0 },
         .usage = "[-S] [-C size] " CMD_TARGET_CLIENT_USAGE,          .usage = "[-S] [-C size] " CMD_TARGET_CLIENT_USAGE,
   
         .flags = CMD_CLIENT_T,          .tflag = CMD_CLIENT,
   
           .flags = 0,
         .exec = cmd_refresh_client_exec          .exec = cmd_refresh_client_exec
 };  };
   

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18