diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-08-09 15:07:18 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-08-09 15:07:18 +0100 |
commit | 27c385210328bdae9566a77e8cfe4039ff91923b (patch) | |
tree | 48553549dd86ef6285ce4c1153a7ddd25c3810a4 /screen-write.c | |
parent | 237b7a50f479a104571c59691f145ac902d4023e (diff) | |
parent | 5dd5543fe42d4d485b9020f3ce8b8d4d47d29001 (diff) | |
download | rtmux-27c385210328bdae9566a77e8cfe4039ff91923b.tar.gz rtmux-27c385210328bdae9566a77e8cfe4039ff91923b.tar.bz2 rtmux-27c385210328bdae9566a77e8cfe4039ff91923b.zip |
Merge branch 'obsd-master'
Conflicts:
tmux.1
Diffstat (limited to 'screen-write.c')
-rw-r--r-- | screen-write.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/screen-write.c b/screen-write.c index 88f03a31..15f8d07f 100644 --- a/screen-write.c +++ b/screen-write.c @@ -411,7 +411,7 @@ screen_write_hline(struct screen_write_ctx *ctx, u_int nx, int left, int right) /* Draw a horizontal line on screen. */ void -screen_write_vline(struct screen_write_ctx *ctx, u_int ny, int top, int bottom) +screen_write_vline(struct screen_write_ctx *ctx, u_int ny, int top, int bottom) { struct screen *s = ctx->s; struct grid_cell gc; |