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

Diff for /src/usr.bin/tmux/cmd-select-layout.c between version 1.1 and 1.2

version 1.1, 2009/06/01 22:58:49 version 1.2, 2009/07/13 23:11:35
Line 30 
Line 30 
 const struct cmd_entry cmd_select_layout_entry = {  const struct cmd_entry cmd_select_layout_entry = {
         "select-layout", "selectl",          "select-layout", "selectl",
         CMD_TARGET_WINDOW_USAGE " layout-name",          CMD_TARGET_WINDOW_USAGE " layout-name",
         CMD_ARG1,          CMD_ARG1, 0,
         cmd_select_layout_init,          cmd_select_layout_init,
         cmd_target_parse,          cmd_target_parse,
         cmd_select_layout_exec,          cmd_select_layout_exec,

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2