[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.58 and 1.59

version 1.58, 2020/04/09 13:56:46 version 1.59, 2020/04/13 07:25:33
Line 65 
Line 65 
         .name = "show-hooks",          .name = "show-hooks",
         .alias = NULL,          .alias = NULL,
   
         .args = { "gt:", 0, 1 },          .args = { "gpt:w", 0, 1 },
         .usage = "[-g] " CMD_TARGET_SESSION_USAGE,          .usage = "[-gpw] " CMD_TARGET_PANE_USAGE,
   
         .target = { 't', CMD_FIND_SESSION, 0 },          .target = { 't', CMD_FIND_PANE, CMD_FIND_CANFAIL },
   
         .flags = CMD_AFTERHOOK,          .flags = CMD_AFTERHOOK,
         .exec = cmd_show_options_exec          .exec = cmd_show_options_exec

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59