=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-send-keys.c,v retrieving revision 1.40 retrieving revision 1.41 diff -c -r1.40 -r1.41 *** src/usr.bin/tmux/cmd-send-keys.c 2017/05/09 17:56:55 1.40 --- src/usr.bin/tmux/cmd-send-keys.c 2017/05/10 10:46:59 1.41 *************** *** 1,4 **** ! /* $OpenBSD: cmd-send-keys.c,v 1.40 2017/05/09 17:56:55 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-send-keys.c,v 1.41 2017/05/10 10:46:59 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott *************** *** 73,79 **** bd = RB_FIND(key_bindings, &table->key_bindings, &bd_find); if (bd != NULL) { table->references++; ! key_bindings_dispatch(bd, c, NULL, &item->target); key_bindings_unref_table(table); } } --- 73,79 ---- bd = RB_FIND(key_bindings, &table->key_bindings, &bd_find); if (bd != NULL) { table->references++; ! key_bindings_dispatch(bd, item, c, NULL, &item->target); key_bindings_unref_table(table); } }