=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/input.c,v retrieving revision 1.173 retrieving revision 1.174 diff -u -r1.173 -r1.174 --- src/usr.bin/tmux/input.c 2020/03/31 07:00:34 1.173 +++ src/usr.bin/tmux/input.c 2020/04/30 13:31:22 1.174 @@ -1,4 +1,4 @@ -/* $OpenBSD: input.c,v 1.173 2020/03/31 07:00:34 nicm Exp $ */ +/* $OpenBSD: input.c,v 1.174 2020/04/30 13:31:22 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -2348,7 +2348,7 @@ return; if (ictx->input_len == 0) { - oe = options_get(wp->window->options, "automatic-rename"); + oe = options_get_only(wp->window->options, "automatic-rename"); if (oe != NULL) options_remove(oe); return;