=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-send-keys.c,v retrieving revision 1.16 retrieving revision 1.17 diff -c -r1.16 -r1.17 *** src/usr.bin/tmux/cmd-send-keys.c 2013/05/31 12:50:05 1.16 --- src/usr.bin/tmux/cmd-send-keys.c 2013/10/10 12:00:23 1.17 *************** *** 1,4 **** ! /* $OpenBSD: cmd-send-keys.c,v 1.16 2013/05/31 12:50:05 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-send-keys.c,v 1.17 2013/10/10 12:00:23 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott *************** *** 35,41 **** "[-lR] " CMD_TARGET_PANE_USAGE " key ...", 0, NULL, - NULL, cmd_send_keys_exec }; --- 35,40 ---- *************** *** 44,50 **** "2t:", 0, 0, "[-2] " CMD_TARGET_PANE_USAGE, 0, - NULL, NULL, cmd_send_keys_exec }; --- 43,48 ----