From 63c2ed14833bc543254b8dbd7d244e143a89b736 Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 11 Jun 2020 19:43:34 +0000 Subject: Add some formats for search in copy mode (search_present, search_match). GitHub issue 2268. --- tmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index c6c84e86..092e0b0e 100644 --- a/tmux.h +++ b/tmux.h @@ -1922,6 +1922,7 @@ struct format_tree *format_create(struct client *, struct cmdq_item *, int, 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 *, -- cgit