mirror of
https://github.com/tmux/tmux.git
synced 2026-05-30 22:26:18 +00:00
Fix merge error.
This commit is contained in:
@@ -2144,8 +2144,8 @@ screen_write_collect_flush(struct screen_write_ctx *ctx, int scroll_only,
|
|||||||
ttyctx.cell = &ci->gc;
|
ttyctx.cell = &ci->gc;
|
||||||
if (ci->wrapped)
|
if (ci->wrapped)
|
||||||
ttyctx.flags |= TTY_CTX_WRAPPED;
|
ttyctx.flags |= TTY_CTX_WRAPPED;
|
||||||
ttyctx.ptr = cl->data + wr_start;
|
ttyctx.data.data = cl->data + wr_start;
|
||||||
ttyctx.n = wr_length;
|
ttyctx.data.size = wr_length;
|
||||||
tty_write(tty_cmd_cells, &ttyctx);
|
tty_write(tty_cmd_cells, &ttyctx);
|
||||||
}
|
}
|
||||||
items++;
|
items++;
|
||||||
|
|||||||
Reference in New Issue
Block a user