aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2017-01-05 09:07:15 +0000
committernicm <nicm>2017-01-05 09:07:15 +0000
commit9a56671a7565322142b9871c5fe1d945ce200b9a (patch)
tree42d14df1324f56fc0441879bdbe0ec6f73a183e3 /tmux.h
parent43e8f60bc6e962fe6e9b432ac650d0d7a7f0c86c (diff)
downloadrtmux-9a56671a7565322142b9871c5fe1d945ce200b9a.tar.gz
rtmux-9a56671a7565322142b9871c5fe1d945ce200b9a.tar.bz2
rtmux-9a56671a7565322142b9871c5fe1d945ce200b9a.zip
Highlight all occurrences of search string after searching in copy mode.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 3aa198b1..1b01d4f9 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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);