=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-select-layout.c,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/tmux/cmd-select-layout.c 2009/07/28 06:48:44 1.6 --- src/usr.bin/tmux/cmd-select-layout.c 2009/11/13 19:53:29 1.7 *************** *** 1,4 **** ! /* $OpenBSD: cmd-select-layout.c,v 1.6 2009/07/28 06:48:44 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-select-layout.c,v 1.7 2009/11/13 19:53:29 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott *************** *** 30,36 **** const struct cmd_entry cmd_select_layout_entry = { "select-layout", "selectl", CMD_TARGET_WINDOW_USAGE " [layout-name]", ! CMD_ARG01, 0, cmd_select_layout_init, cmd_target_parse, cmd_select_layout_exec, --- 30,36 ---- const struct cmd_entry cmd_select_layout_entry = { "select-layout", "selectl", CMD_TARGET_WINDOW_USAGE " [layout-name]", ! CMD_ARG01, "", cmd_select_layout_init, cmd_target_parse, cmd_select_layout_exec,