=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.1066 retrieving revision 1.1067 diff -c -r1.1066 -r1.1067 *** src/usr.bin/tmux/tmux.h 2020/06/10 07:27:10 1.1066 --- src/usr.bin/tmux/tmux.h 2020/06/11 09:55:47 1.1067 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.1066 2020/06/10 07:27:10 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.1067 2020/06/11 09:55:47 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 2846,2851 **** --- 2846,2852 ---- void control_set_pane_on(struct client *, struct window_pane *); void control_set_pane_off(struct client *, struct window_pane *); void control_continue_pane(struct client *, struct window_pane *); + void control_pause_pane(struct client *, struct window_pane *); struct window_pane_offset *control_pane_offset(struct client *, struct window_pane *, int *); void control_reset_offsets(struct client *);