aboutsummaryrefslogtreecommitdiff
path: root/input.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-06-20 17:02:26 +0100
committerThomas Adam <thomas@xteddy.org>2019-06-20 17:02:26 +0100
commit4a44ae06bf6c64350a336e0224a70a9505b5670f (patch)
tree863e9ce32229c5d1606bf2308df37fdf5d4d51a8 /input.c
parentf8ad72b2eeafc1146c116f73194a3950aa0c2143 (diff)
parentfc1df91e034627f674ed905be6a1159da883545e (diff)
downloadrtmux-4a44ae06bf6c64350a336e0224a70a9505b5670f.tar.gz
rtmux-4a44ae06bf6c64350a336e0224a70a9505b5670f.tar.bz2
rtmux-4a44ae06bf6c64350a336e0224a70a9505b5670f.zip
Merge branch 'obsd-master'
Diffstat (limited to 'input.c')
-rw-r--r--input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input.c b/input.c
index 3e85e14f..7df2a7b0 100644
--- a/input.c
+++ b/input.c
@@ -2259,7 +2259,7 @@ input_exit_rename(struct input_ctx *ictx)
{
if (ictx->flags & INPUT_DISCARD)
return;
- if (!options_get_number(ictx->wp->window->options, "allow-rename"))
+ if (!options_get_number(ictx->wp->options, "allow-rename"))
return;
log_debug("%s: \"%s\"", __func__, ictx->input_buf);