diff options
author | nicm <nicm> | 2020-06-11 19:43:34 +0000 |
---|---|---|
committer | nicm <nicm> | 2020-06-11 19:43:34 +0000 |
commit | 63c2ed14833bc543254b8dbd7d244e143a89b736 (patch) | |
tree | cc5b1a54c4e3d689ce89c2d52bd408cf021a6f47 /tmux.h | |
parent | cf13d1e1106b26ea93c0f159ddaee03f38b2e2fa (diff) | |
download | rtmux-63c2ed14833bc543254b8dbd7d244e143a89b736.tar.gz rtmux-63c2ed14833bc543254b8dbd7d244e143a89b736.tar.bz2 rtmux-63c2ed14833bc543254b8dbd7d244e143a89b736.zip |
Add some formats for search in copy mode (search_present, search_match).
GitHub issue 2268.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 *, |