mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Add a cmdq_continue function rather than twiddling the flag directly.
This commit is contained in:
		@@ -196,7 +196,7 @@ cmd_if_shell_callback(struct job *job)
 | 
			
		||||
 | 
			
		||||
out:
 | 
			
		||||
	if (cdata->item != NULL)
 | 
			
		||||
		cdata->item->flags &= ~CMDQ_WAITING;
 | 
			
		||||
		cmdq_continue(cdata->item);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user