=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.677 retrieving revision 1.678 diff -u -r1.677 -r1.678 --- src/usr.bin/tmux/tmux.h 2016/11/15 15:17:28 1.677 +++ src/usr.bin/tmux/tmux.h 2016/11/16 00:24:03 1.678 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.677 2016/11/15 15:17:28 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.678 2016/11/16 00:24:03 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -2126,6 +2126,7 @@ void window_pane_reset_mode(struct window_pane *); void window_pane_key(struct window_pane *, struct client *, struct session *, key_code, struct mouse_event *); +int window_pane_outside(struct window_pane *); int window_pane_visible(struct window_pane *); char *window_pane_search(struct window_pane *, const char *, u_int *);