mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 06:56:58 +00:00
Do not block with incremental command prompt.
This commit is contained in:
@ -79,6 +79,8 @@ cmd_command_prompt_exec(struct cmd *self, struct cmdq_item *item)
|
|||||||
|
|
||||||
if (tc->prompt_string != NULL)
|
if (tc->prompt_string != NULL)
|
||||||
return (CMD_RETURN_NORMAL);
|
return (CMD_RETURN_NORMAL);
|
||||||
|
if (args_has(args, 'i'))
|
||||||
|
wait = 0;
|
||||||
|
|
||||||
cdata = xcalloc(1, sizeof *cdata);
|
cdata = xcalloc(1, sizeof *cdata);
|
||||||
cdata->idx = 1;
|
cdata->idx = 1;
|
||||||
|
Reference in New Issue
Block a user