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

Diff for /src/usr.bin/tmux/cmd-show-options.c between version 1.66 and 1.67

version 1.66, 2021/08/20 19:50:17 version 1.67, 2021/08/21 10:22:39
Line 39 
Line 39 
         .name = "show-options",          .name = "show-options",
         .alias = "show",          .alias = "show",
   
         .args = { "AgHpqst:vw", 0, 1 },          .args = { "AgHpqst:vw", 0, 1, NULL },
         .usage = "[-AgHpqsvw] " CMD_TARGET_PANE_USAGE " [option]",          .usage = "[-AgHpqsvw] " CMD_TARGET_PANE_USAGE " [option]",
   
         .target = { 't', CMD_FIND_PANE, CMD_FIND_CANFAIL },          .target = { 't', CMD_FIND_PANE, CMD_FIND_CANFAIL },
Line 52 
Line 52 
         .name = "show-window-options",          .name = "show-window-options",
         .alias = "showw",          .alias = "showw",
   
         .args = { "gvt:", 0, 1 },          .args = { "gvt:", 0, 1, NULL },
         .usage = "[-gv] " CMD_TARGET_WINDOW_USAGE " [option]",          .usage = "[-gv] " CMD_TARGET_WINDOW_USAGE " [option]",
   
         .target = { 't', CMD_FIND_WINDOW, CMD_FIND_CANFAIL },          .target = { 't', CMD_FIND_WINDOW, CMD_FIND_CANFAIL },
Line 65 
Line 65 
         .name = "show-hooks",          .name = "show-hooks",
         .alias = NULL,          .alias = NULL,
   
         .args = { "gpt:w", 0, 1 },          .args = { "gpt:w", 0, 1, NULL },
         .usage = "[-gpw] " CMD_TARGET_PANE_USAGE,          .usage = "[-gpw] " CMD_TARGET_PANE_USAGE,
   
         .target = { 't', CMD_FIND_PANE, CMD_FIND_CANFAIL },          .target = { 't', CMD_FIND_PANE, CMD_FIND_CANFAIL },

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67