1
0
mirror of https://github.com/tmux/tmux.git synced 2025-04-05 15:48:53 +00:00

Do not block with incremental command prompt.

This commit is contained in:
nicm 2021-08-17 19:26:42 +00:00
parent 4f62aadc93
commit 2b0d798982

View File

@ -79,6 +79,8 @@ cmd_command_prompt_exec(struct cmd *self, struct cmdq_item *item)
if (tc->prompt_string != NULL)
return (CMD_RETURN_NORMAL);
if (args_has(args, 'i'))
wait = 0;
cdata = xcalloc(1, sizeof *cdata);
cdata->idx = 1;