Highlight all occurrences of search string after searching in copy mode.

This commit is contained in:
nicm
2017-01-05 09:07:15 +00:00
parent 43e8f60bc6
commit 9a56671a75
6 changed files with 119 additions and 49 deletions

2
tmux.h
View File

@@ -2011,7 +2011,7 @@ void screen_write_vnputs(struct screen_write_ctx *, ssize_t,
void screen_write_putc(struct screen_write_ctx *, const struct grid_cell *,
u_char);
void screen_write_copy(struct screen_write_ctx *, struct screen *, u_int,
u_int, u_int, u_int);
u_int, u_int, u_int, bitstr_t *, const struct grid_cell *);
void screen_write_backspace(struct screen_write_ctx *);
void screen_write_mode_set(struct screen_write_ctx *, int);
void screen_write_mode_clear(struct screen_write_ctx *, int);