diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-05-09 15:02:26 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-05-09 15:02:26 +0100 |
commit | 2e00d775e4aaf57ffe7293aaa486ca936708e049 (patch) | |
tree | a0598cfcddfd51bb50d57be6d53c17d707aa5710 /tmux.h | |
parent | f431e20f3d7acbd40d82395dc08fd296a1e34048 (diff) | |
parent | 21d97504505f2310c5d065e06d3c550d7b5d9f89 (diff) | |
download | rtmux-2e00d775e4aaf57ffe7293aaa486ca936708e049.tar.gz rtmux-2e00d775e4aaf57ffe7293aaa486ca936708e049.tar.bz2 rtmux-2e00d775e4aaf57ffe7293aaa486ca936708e049.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2002,8 +2002,9 @@ void key_bindings_add(const char *, key_code, int, struct cmd_list *); 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 *); |