[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.22 and 1.23

version 1.22, 2014/04/17 07:43:20 version 1.23, 2014/10/20 22:29:25
Line 39 
Line 39 
         "gqst:vw", 0, 1,          "gqst:vw", 0, 1,
         "[-gqsvw] [-t target-session|target-window] [option]",          "[-gqsvw] [-t target-session|target-window] [option]",
         0,          0,
         NULL,  
         cmd_show_options_exec          cmd_show_options_exec
 };  };
   
Line 48 
Line 47 
         "gvt:", 0, 1,          "gvt:", 0, 1,
         "[-gv] " CMD_TARGET_WINDOW_USAGE " [option]",          "[-gv] " CMD_TARGET_WINDOW_USAGE " [option]",
         0,          0,
         NULL,  
         cmd_show_options_exec          cmd_show_options_exec
 };  };
   

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23