=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.1067 retrieving revision 1.1068 diff -u -r1.1067 -r1.1068 --- src/usr.bin/tmux/tmux.h 2020/06/11 09:55:47 1.1067 +++ src/usr.bin/tmux/tmux.h 2020/06/11 19:43:34 1.1068 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.1067 2020/06/11 09:55:47 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.1068 2020/06/11 19:43:34 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1922,6 +1922,7 @@ int); void format_free(struct format_tree *); void format_merge(struct format_tree *, struct format_tree *); +struct window_pane *format_get_pane(struct format_tree *); void printflike(3, 4) format_add(struct format_tree *, const char *, const char *, ...); void format_add_tv(struct format_tree *, const char *,