aboutsummaryrefslogtreecommitdiff
path: root/screen-redraw.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2016-10-13 22:01:12 +0100
committerThomas Adam <thomas@xteddy.org>2016-10-13 22:01:12 +0100
commitad5a561adbfb8241633e40ca9ff9d270522f96d8 (patch)
tree2287a582551cda974ec926fd35ed90a31a7af2b2 /screen-redraw.c
parentf691d46a16b52b93a64425ff3471eb2675125b57 (diff)
parent4179b4242411f41a22d9743b4eff3b19ef69b3e8 (diff)
downloadrtmux-ad5a561adbfb8241633e40ca9ff9d270522f96d8.tar.gz
rtmux-ad5a561adbfb8241633e40ca9ff9d270522f96d8.tar.bz2
rtmux-ad5a561adbfb8241633e40ca9ff9d270522f96d8.zip
Merge branch 'obsd-master'
Diffstat (limited to 'screen-redraw.c')
-rw-r--r--screen-redraw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/screen-redraw.c b/screen-redraw.c
index 05d094d5..84a951dc 100644
--- a/screen-redraw.c
+++ b/screen-redraw.c
@@ -295,7 +295,7 @@ screen_redraw_make_pane_status(struct client *c, struct window *w,
screen_write_start(&ctx, NULL, &wp->status_screen);
screen_write_cursormove(&ctx, 0, 0);
- screen_write_clearline(&ctx);
+ screen_write_clearline(&ctx, 8);
screen_write_cnputs(&ctx, outlen, &gc, "%s", out);
screen_write_stop(&ctx);