summaryrefslogtreecommitdiffstats
path: root/input.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2023-08-23 20:55:23 +0100
committerThomas Adam <thomas@xteddy.org>2023-08-23 20:55:23 +0100
commita9841a6d1e1e58d3568b39eaeb0f4846a15b8e3d (patch)
treed1a546ddde6496a9560f25bc6dd3bf1b86578c07 /input.c
parent70ecf17f857837d399a2cb641fa9628a12615cb3 (diff)
portable: fixup merge
Diffstat (limited to 'input.c')
-rw-r--r--input.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/input.c b/input.c
index 65304d24..9174be61 100644
--- a/input.c
+++ b/input.c
@@ -2266,6 +2266,7 @@ input_dcs_dispatch(struct input_ctx *ictx)
screen_write_sixelimage(sctx, si, ictx->cell.cell.bg);
}
#endif
+ }
allow_passthrough = options_get_number(wp->options, "allow-passthrough");
if (!allow_passthrough)