aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2017-02-06 19:26:49 +0000
committernicm <nicm>2017-02-06 19:26:49 +0000
commit10e14ae504df467234284a1040e91d48b41b2dd0 (patch)
treed6a15fa4714dddc6a8698e1c536dcfe35becd588 /tmux.h
parente67548dc36fdb4454aded1c95bd35e2443191f94 (diff)
downloadrtmux-10e14ae504df467234284a1040e91d48b41b2dd0.tar.gz
rtmux-10e14ae504df467234284a1040e91d48b41b2dd0.tar.bz2
rtmux-10e14ae504df467234284a1040e91d48b41b2dd0.zip
Add BCE for clear to start of screen, which was somehow missed.
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 01503ecb..4009a44f 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1992,7 +1992,7 @@ void screen_write_scrollregion(struct screen_write_ctx *, u_int, u_int);
void screen_write_linefeed(struct screen_write_ctx *, int);
void screen_write_carriagereturn(struct screen_write_ctx *);
void screen_write_clearendofscreen(struct screen_write_ctx *, u_int);
-void screen_write_clearstartofscreen(struct screen_write_ctx *);
+void screen_write_clearstartofscreen(struct screen_write_ctx *, u_int);
void screen_write_clearscreen(struct screen_write_ctx *, u_int);
void screen_write_clearhistory(struct screen_write_ctx *);
void screen_write_cell(struct screen_write_ctx *, const struct grid_cell *);