mirror of
https://github.com/tmux/tmux.git
synced 2024-11-17 18:08:51 +00:00
Merge branch 'obsd-master'
This commit is contained in:
commit
dd9722184b
@ -2358,6 +2358,8 @@ screen_write_alternateon(struct screen_write_ctx *ctx, struct grid_cell *gc,
|
||||
|
||||
screen_write_collect_flush(ctx, 0, __func__);
|
||||
screen_alternate_on(ctx->s, gc, cursor);
|
||||
|
||||
if (wp != NULL)
|
||||
layout_fix_panes(wp->window, NULL);
|
||||
|
||||
screen_write_initctx(ctx, &ttyctx, 1);
|
||||
@ -2378,6 +2380,8 @@ screen_write_alternateoff(struct screen_write_ctx *ctx, struct grid_cell *gc,
|
||||
|
||||
screen_write_collect_flush(ctx, 0, __func__);
|
||||
screen_alternate_off(ctx->s, gc, cursor);
|
||||
|
||||
if (wp != NULL)
|
||||
layout_fix_panes(wp->window, NULL);
|
||||
|
||||
screen_write_initctx(ctx, &ttyctx, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user