aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-01-05 10:01:11 +0000
committerThomas Adam <thomas@xteddy.org>2017-01-05 10:01:11 +0000
commit58642011df2ccb02d405626e641ad9f11945a276 (patch)
tree68e7775da8a888e271ba22ab11dcbce7d60b28e1 /tmux.h
parent45dbbb78b0f8865475ef262d45465f3faafd3500 (diff)
parent9a56671a7565322142b9871c5fe1d945ce200b9a (diff)
downloadrtmux-58642011df2ccb02d405626e641ad9f11945a276.tar.gz
rtmux-58642011df2ccb02d405626e641ad9f11945a276.tar.bz2
rtmux-58642011df2ccb02d405626e641ad9f11945a276.zip
Merge branch 'obsd-master'
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 faf5688e..35546c1a 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2013,7 +2013,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);