=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.978 retrieving revision 1.979 diff -u -r1.978 -r1.979 --- src/usr.bin/tmux/tmux.h 2020/04/09 14:23:34 1.978 +++ src/usr.bin/tmux/tmux.h 2020/04/10 07:44:26 1.979 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.978 2020/04/09 14:23:34 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.979 2020/04/10 07:44:26 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -848,6 +848,7 @@ /* Active window mode. */ struct window_mode_entry { struct window_pane *wp; + struct window_pane *swp; const struct window_mode *mode; void *data; @@ -2537,8 +2538,8 @@ void window_pane_reset_palette(struct window_pane *); int window_pane_get_palette(struct window_pane *, int); int window_pane_set_mode(struct window_pane *, - const struct window_mode *, struct cmd_find_state *, - struct args *); + struct window_pane *, const struct window_mode *, + struct cmd_find_state *, struct args *); void window_pane_reset_mode(struct window_pane *); void window_pane_reset_mode_all(struct window_pane *); int window_pane_key(struct window_pane *, struct client *,