aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-05-12 16:16:16 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-05-12 16:16:16 +0100
commit2bff5e7867b4849019df04d77ecade300c6e3dce (patch)
treee1f2724b716ff060ba7782cb763aaf056ec9bbd3 /tmux.h
parent90f2a417af1d6a15435571e6512d75b7ab373c58 (diff)
downloadrtmux-2bff5e7867b4849019df04d77ecade300c6e3dce.tar.gz
rtmux-2bff5e7867b4849019df04d77ecade300c6e3dce.tar.bz2
rtmux-2bff5e7867b4849019df04d77ecade300c6e3dce.zip
ECH needs to use background colour.
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 e8ad55ff..40bc99fd 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1999,7 +1999,7 @@ void screen_write_cursorleft(struct screen_write_ctx *, u_int);
void screen_write_alignmenttest(struct screen_write_ctx *);
void screen_write_insertcharacter(struct screen_write_ctx *, u_int, u_int);
void screen_write_deletecharacter(struct screen_write_ctx *, u_int, u_int);
-void screen_write_clearcharacter(struct screen_write_ctx *, u_int);
+void screen_write_clearcharacter(struct screen_write_ctx *, u_int, u_int);
void screen_write_insertline(struct screen_write_ctx *, u_int, u_int);
void screen_write_deleteline(struct screen_write_ctx *, u_int, u_int);
void screen_write_clearline(struct screen_write_ctx *, u_int);