From c476faa33c80021d4df28d84c0a1815e4b016eab Mon Sep 17 00:00:00 2001 From: nicm Date: Sun, 10 Sep 2017 08:01:23 +0000 Subject: Apply timeout to CAN and RS which also wait for ST. --- usr.bin/tmux/input.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/tmux/input.c b/usr.bin/tmux/input.c index 998815771e9..798a4dd0d2e 100644 --- a/usr.bin/tmux/input.c +++ b/usr.bin/tmux/input.c @@ -1,4 +1,4 @@ -/* $OpenBSD: input.c,v 1.127 2017/08/29 09:28:45 nicm Exp $ */ +/* $OpenBSD: input.c,v 1.128 2017/09/10 08:01:23 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -433,7 +433,7 @@ static const struct input_state input_state_rename_string = { /* consume_st state definition. */ static const struct input_state input_state_consume_st = { "consume_st", - NULL, NULL, + input_enter_rename, NULL, /* rename also waits for ST */ input_state_consume_st_table }; -- cgit v1.2.3-59-g8ed1b