summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2016-11-23 17:01:25 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2016-11-23 17:01:25 +0000
commitab4c674f84423e1d60776ccf73f328e5470f1a58 (patch)
treea288bf99f94d63e543b6b168ddd594dba3d14cfb /usr.bin/tmux/tmux.h
parentab0f44dad6757a74380109ae62b98708b101801b (diff)
For mouse keys, use the mouse pane as the default current pane.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r--usr.bin/tmux/tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h
index bbb1f2758bf..0aaa89dbc73 100644
--- a/usr.bin/tmux/tmux.h
+++ b/usr.bin/tmux/tmux.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmux.h,v 1.678 2016/11/16 00:24:03 nicm Exp $ */
+/* $OpenBSD: tmux.h,v 1.679 2016/11/23 17:01:24 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
@@ -1835,7 +1835,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 *);