=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.891 retrieving revision 1.892 diff -u -r1.891 -r1.892 --- src/usr.bin/tmux/tmux.h 2019/05/08 18:07:12 1.891 +++ src/usr.bin/tmux/tmux.h 2019/05/09 13:12:59 1.892 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.891 2019/05/08 18:07:12 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.892 2019/05/09 13:12:59 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -2000,8 +2000,9 @@ void key_bindings_remove(const char *, key_code); void key_bindings_remove_table(const char *); void key_bindings_init(void); -void key_bindings_dispatch(struct key_binding *, struct cmdq_item *, - struct client *, struct mouse_event *, struct cmd_find_state *); +struct cmdq_item *key_bindings_dispatch(struct key_binding *, + struct cmdq_item *, struct client *, struct mouse_event *, + struct cmd_find_state *); /* key-string.c */ key_code key_string_lookup_string(const char *);