From ab4c674f84423e1d60776ccf73f328e5470f1a58 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 23 Nov 2016 17:01:25 +0000 Subject: For mouse keys, use the mouse pane as the default current pane. --- usr.bin/tmux/tmux.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/tmux/tmux.h') 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 @@ -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 *); -- cgit v1.2.3