[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.62 and 1.63

version 1.62, 2013/07/05 15:10:38 version 1.63, 2013/10/10 12:00:23
Line 67 
Line 67 
         "[-agosquw] [-t target-session|target-window] option [value]",          "[-agosquw] [-t target-session|target-window] option [value]",
         0,          0,
         NULL,          NULL,
         NULL,  
         cmd_set_option_exec          cmd_set_option_exec
 };  };
   
Line 76 
Line 75 
         "agoqt:u", 1, 2,          "agoqt:u", 1, 2,
         "[-agoqu] " CMD_TARGET_WINDOW_USAGE " option [value]",          "[-agoqu] " CMD_TARGET_WINDOW_USAGE " option [value]",
         0,          0,
         NULL,  
         NULL,          NULL,
         cmd_set_option_exec          cmd_set_option_exec
 };  };

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63