diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-02-06 20:01:15 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-02-06 20:01:15 +0000 |
commit | 7417e391d5ab127adb6c598776547119f516bb7b (patch) | |
tree | fe721d25daee95d003d66157af1ec1faf6734252 /tty.c | |
parent | 1199f8fc59f34f474672cb95a781d3a817d05242 (diff) | |
parent | 10e14ae504df467234284a1040e91d48b41b2dd0 (diff) | |
download | rtmux-7417e391d5ab127adb6c598776547119f516bb7b.tar.gz rtmux-7417e391d5ab127adb6c598776547119f516bb7b.tar.bz2 rtmux-7417e391d5ab127adb6c598776547119f516bb7b.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tty.c')
-rw-r--r-- | tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1057,7 +1057,7 @@ tty_cmd_clearstartofscreen(struct tty *tty, const struct tty_ctx *ctx) struct screen *s = wp->screen; u_int i, j; - tty_attributes(tty, &grid_default_cell, wp); + tty_default_attributes(tty, wp, ctx->bg); tty_region_pane(tty, ctx, 0, screen_size_y(s) - 1); tty_margin_off(tty); |