=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.945 retrieving revision 1.946 diff -u -r1.945 -r1.946 --- src/usr.bin/tmux/tmux.h 2020/01/12 21:07:07 1.945 +++ src/usr.bin/tmux/tmux.h 2020/01/13 07:51:55 1.946 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.945 2020/01/12 21:07:07 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.946 2020/01/13 07:51:55 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -2275,7 +2275,7 @@ void input_parse_buffer(struct window_pane *, u_char *, size_t); /* input-key.c */ -void input_key(struct window_pane *, key_code, struct mouse_event *); +int input_key(struct window_pane *, key_code, struct mouse_event *); /* xterm-keys.c */ char *xterm_keys_lookup(key_code); @@ -2498,7 +2498,7 @@ struct args *); void window_pane_reset_mode(struct window_pane *); void window_pane_reset_mode_all(struct window_pane *); -void window_pane_key(struct window_pane *, struct client *, +int window_pane_key(struct window_pane *, struct client *, struct session *, struct winlink *, key_code, struct mouse_event *); int window_pane_visible(struct window_pane *);