mirror of
https://github.com/tmux/tmux.git
synced 2024-11-05 02:18:47 +00:00
Unused variable.
This commit is contained in:
parent
a22c06a2d6
commit
59e667906f
2
tty.c
2
tty.c
@ -851,7 +851,7 @@ tty_cmd_cell(struct tty *tty, const struct tty_ctx *ctx)
|
|||||||
{
|
{
|
||||||
struct window_pane *wp = ctx->wp;
|
struct window_pane *wp = ctx->wp;
|
||||||
struct screen *s = wp->screen;
|
struct screen *s = wp->screen;
|
||||||
u_int cx, sx;
|
u_int cx;
|
||||||
|
|
||||||
tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower);
|
tty_region_pane(tty, ctx, ctx->orupper, ctx->orlower);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user