aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-02-06 20:01:15 +0000
committerThomas Adam <thomas@xteddy.org>2017-02-06 20:01:15 +0000
commit7417e391d5ab127adb6c598776547119f516bb7b (patch)
treefe721d25daee95d003d66157af1ec1faf6734252 /tmux.h
parent1199f8fc59f34f474672cb95a781d3a817d05242 (diff)
parent10e14ae504df467234284a1040e91d48b41b2dd0 (diff)
downloadrtmux-7417e391d5ab127adb6c598776547119f516bb7b.tar.gz
rtmux-7417e391d5ab127adb6c598776547119f516bb7b.tar.bz2
rtmux-7417e391d5ab127adb6c598776547119f516bb7b.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 630ba311..f52dc6b3 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1994,7 +1994,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 *);