aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2016-11-23 18:01:19 +0000
committerThomas Adam <thomas@xteddy.org>2016-11-23 18:01:19 +0000
commit8a8001350db320f6c8adfef161f96d0abb67e2b4 (patch)
tree315159db7eb6665c32d0bed155222ae627c80b44 /tmux.h
parent442e49f51c07a1fc508c6889d77065b8b4894893 (diff)
parent6de466cf8b665d8725301307c57f6d8cb2e65a3f (diff)
downloadrtmux-8a8001350db320f6c8adfef161f96d0abb67e2b4.tar.gz
rtmux-8a8001350db320f6c8adfef161f96d0abb67e2b4.tar.bz2
rtmux-8a8001350db320f6c8adfef161f96d0abb67e2b4.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 09970444..dc36ea71 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1837,7 +1837,7 @@ 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 client *,
- struct mouse_event *);
+ struct mouse_event *, struct cmd_find_state *);
/* key-string.c */
key_code key_string_lookup_string(const char *);