[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.139 and 1.140

version 1.139, 2021/08/20 19:50:17 version 1.140, 2021/08/21 10:22:39
Line 33 
Line 33 
         .name = "set-option",          .name = "set-option",
         .alias = "set",          .alias = "set",
   
         .args = { "aFgopqst:uUw", 1, 2 },          .args = { "aFgopqst:uUw", 1, 2, NULL },
         .usage = "[-aFgopqsuUw] " CMD_TARGET_PANE_USAGE " option [value]",          .usage = "[-aFgopqsuUw] " CMD_TARGET_PANE_USAGE " option [value]",
   
         .target = { 't', CMD_FIND_PANE, CMD_FIND_CANFAIL },          .target = { 't', CMD_FIND_PANE, CMD_FIND_CANFAIL },
Line 46 
Line 46 
         .name = "set-window-option",          .name = "set-window-option",
         .alias = "setw",          .alias = "setw",
   
         .args = { "aFgoqt:u", 1, 2 },          .args = { "aFgoqt:u", 1, 2, NULL },
         .usage = "[-aFgoqu] " CMD_TARGET_WINDOW_USAGE " option [value]",          .usage = "[-aFgoqu] " CMD_TARGET_WINDOW_USAGE " option [value]",
   
         .target = { 't', CMD_FIND_WINDOW, CMD_FIND_CANFAIL },          .target = { 't', CMD_FIND_WINDOW, CMD_FIND_CANFAIL },
Line 59 
Line 59 
         .name = "set-hook",          .name = "set-hook",
         .alias = NULL,          .alias = NULL,
   
         .args = { "agpRt:uw", 1, 2 },          .args = { "agpRt:uw", 1, 2, NULL },
         .usage = "[-agpRuw] " CMD_TARGET_PANE_USAGE " hook [command]",          .usage = "[-agpRuw] " CMD_TARGET_PANE_USAGE " hook [command]",
   
         .target = { 't', CMD_FIND_PANE, CMD_FIND_CANFAIL },          .target = { 't', CMD_FIND_PANE, CMD_FIND_CANFAIL },

Legend:
Removed from v.1.139  
changed lines
  Added in v.1.140