mirror of
https://github.com/tmux/tmux.git
synced 2025-04-24 22:01:01 +00:00
Apply timeout to CAN and RS which also wait for ST.
This commit is contained in:
parent
f56f09ea38
commit
8405fcdd9b
2
input.c
2
input.c
@ -433,7 +433,7 @@ static const struct input_state input_state_rename_string = {
|
|||||||
/* consume_st state definition. */
|
/* consume_st state definition. */
|
||||||
static const struct input_state input_state_consume_st = {
|
static const struct input_state input_state_consume_st = {
|
||||||
"consume_st",
|
"consume_st",
|
||||||
NULL, NULL,
|
input_enter_rename, NULL, /* rename also waits for ST */
|
||||||
input_state_consume_st_table
|
input_state_consume_st_table
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user