mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 22:43:58 +00:00
Rename cmd_q dead flag to a general flags bitmask (will be more flags later).
This commit is contained in:
@ -131,7 +131,7 @@ cmd_run_shell_callback(struct job *job)
|
||||
int retcode;
|
||||
u_int lines;
|
||||
|
||||
if (cmdq->dead)
|
||||
if (cmdq->flags & CMD_Q_DEAD)
|
||||
return;
|
||||
cmd = cdata->cmd;
|
||||
|
||||
|
Reference in New Issue
Block a user