mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Reset running jobs when the status line is enabled or disabled as well,
some people have it bound to a key.
This commit is contained in:
		@@ -293,6 +293,7 @@ cmd_set_option_exec(struct cmd *self, struct cmd_ctx *ctx)
 | 
			
		||||
	 */
 | 
			
		||||
	if (strcmp(entry->name, "status-left") == 0 ||
 | 
			
		||||
	    strcmp(entry->name, "status-right") == 0 ||
 | 
			
		||||
	    strcmp(entry->name, "status") == 0 ||
 | 
			
		||||
	    strcmp(entry->name, "set-titles-string") == 0 ||
 | 
			
		||||
	    strcmp(entry->name, "window-status-format") == 0) {
 | 
			
		||||
		for (i = 0; i < ARRAY_LENGTH(&clients); i++) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user