=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/Attic/cmd-show-buffer.c,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/tmux/Attic/cmd-show-buffer.c 2009/09/07 18:50:45 1.6 --- src/usr.bin/tmux/Attic/cmd-show-buffer.c 2009/11/13 19:53:29 1.7 *************** *** 1,4 **** ! /* $OpenBSD: cmd-show-buffer.c,v 1.6 2009/09/07 18:50:45 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-show-buffer.c,v 1.7 2009/11/13 19:53:29 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 31,37 **** const struct cmd_entry cmd_show_buffer_entry = { "show-buffer", "showb", CMD_BUFFER_SESSION_USAGE, ! 0, 0, cmd_buffer_init, cmd_buffer_parse, cmd_show_buffer_exec, --- 31,37 ---- const struct cmd_entry cmd_show_buffer_entry = { "show-buffer", "showb", CMD_BUFFER_SESSION_USAGE, ! 0, "", cmd_buffer_init, cmd_buffer_parse, cmd_show_buffer_exec,