Add some formats for search in copy mode (search_present, search_match).

GitHub issue 2268.
This commit is contained in:
nicm
2020-06-11 19:43:34 +00:00
parent cf13d1e110
commit 63c2ed1483
4 changed files with 52 additions and 19 deletions

1
tmux.h
View File

@ -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 *,