mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Scrolling needs to use background colour.
This commit is contained in:
@ -299,7 +299,7 @@ server_destroy_pane(struct window_pane *wp, int notify)
|
||||
screen_write_start(&ctx, wp, &wp->base);
|
||||
screen_write_scrollregion(&ctx, 0, screen_size_y(ctx.s) - 1);
|
||||
screen_write_cursormove(&ctx, 0, screen_size_y(ctx.s) - 1);
|
||||
screen_write_linefeed(&ctx, 1);
|
||||
screen_write_linefeed(&ctx, 1, 8);
|
||||
memcpy(&gc, &grid_default_cell, sizeof gc);
|
||||
gc.attr |= GRID_ATTR_BRIGHT;
|
||||
screen_write_puts(&ctx, &gc, "Pane is dead");
|
||||
|
Reference in New Issue
Block a user