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:
parent
4f62aadc93
commit
2b0d798982
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user