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

Diff for /src/usr.bin/tmux/cmd-set-option.c between version 1.91 and 1.92

version 1.91, 2015/12/13 21:53:57 version 1.92, 2015/12/14 00:31:54
Line 71 
Line 71 
         .args = { "agoqst:uw", 1, 2 },          .args = { "agoqst:uw", 1, 2 },
         .usage = "[-agosquw] [-t target-window] option [value]",          .usage = "[-agosquw] [-t target-window] option [value]",
   
         .flags = CMD_WINDOW_T|CMD_CANFAIL,          .tflag = CMD_WINDOW_CANFAIL,
   
           .flags = 0,
         .exec = cmd_set_option_exec          .exec = cmd_set_option_exec
 };  };
   
Line 82 
Line 84 
         .args = { "agoqt:u", 1, 2 },          .args = { "agoqt:u", 1, 2 },
         .usage = "[-agoqu] " CMD_TARGET_WINDOW_USAGE " option [value]",          .usage = "[-agoqu] " CMD_TARGET_WINDOW_USAGE " option [value]",
   
         .flags = CMD_WINDOW_T|CMD_CANFAIL,          .tflag = CMD_WINDOW_CANFAIL,
   
           .flags = 0,
         .exec = cmd_set_option_exec          .exec = cmd_set_option_exec
 };  };
   

Legend:
Removed from v.1.91  
changed lines
  Added in v.1.92