[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.20 and 1.21

version 1.20, 2013/03/25 10:04:04 version 1.21, 2013/10/10 12:00:23
Line 40 
Line 40 
         "[-gqsvw] [-t target-session|target-window] [option]",          "[-gqsvw] [-t target-session|target-window] [option]",
         0,          0,
         NULL,          NULL,
         NULL,  
         cmd_show_options_exec          cmd_show_options_exec
 };  };
   
Line 49 
Line 48 
         "gvt:", 0, 1,          "gvt:", 0, 1,
         "[-gv] " CMD_TARGET_WINDOW_USAGE " [option]",          "[-gv] " CMD_TARGET_WINDOW_USAGE " [option]",
         0,          0,
         NULL,  
         NULL,          NULL,
         cmd_show_options_exec          cmd_show_options_exec
 };  };

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21