=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/Attic/cmd-clear-history.c,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/tmux/Attic/cmd-clear-history.c 2009/07/30 17:29:12 1.6 --- src/usr.bin/tmux/Attic/cmd-clear-history.c 2009/11/13 19:53:28 1.7 *************** *** 1,4 **** ! /* $OpenBSD: cmd-clear-history.c,v 1.6 2009/07/30 17:29:12 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-clear-history.c,v 1.7 2009/11/13 19:53:28 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott *************** *** 29,35 **** const struct cmd_entry cmd_clear_history_entry = { "clear-history", "clearhist", CMD_TARGET_PANE_USAGE, ! 0, 0, cmd_target_init, cmd_target_parse, cmd_clear_history_exec, --- 29,35 ---- const struct cmd_entry cmd_clear_history_entry = { "clear-history", "clearhist", CMD_TARGET_PANE_USAGE, ! 0, "", cmd_target_init, cmd_target_parse, cmd_clear_history_exec,