diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-01-05 10:01:11 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-01-05 10:01:11 +0000 |
commit | 58642011df2ccb02d405626e641ad9f11945a276 (patch) | |
tree | 68e7775da8a888e271ba22ab11dcbce7d60b28e1 /tmux.h | |
parent | 45dbbb78b0f8865475ef262d45465f3faafd3500 (diff) | |
parent | 9a56671a7565322142b9871c5fe1d945ce200b9a (diff) | |
download | rtmux-58642011df2ccb02d405626e641ad9f11945a276.tar.gz rtmux-58642011df2ccb02d405626e641ad9f11945a276.tar.bz2 rtmux-58642011df2ccb02d405626e641ad9f11945a276.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |