mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-03 16:46:18 +00:00 
			
		
		
		
	Mark pane status line jobs with FORMAT_STATUS also so it redraws when
they finish, GitHub issue 1852.
This commit is contained in:
		@@ -266,7 +266,7 @@ screen_redraw_make_pane_status(struct client *c, struct window *w,
 | 
			
		||||
 | 
			
		||||
	fmt = options_get_string(w->options, "pane-border-format");
 | 
			
		||||
 | 
			
		||||
	ft = format_create(c, NULL, FORMAT_PANE|wp->id, 0);
 | 
			
		||||
	ft = format_create(c, NULL, FORMAT_PANE|wp->id, FORMAT_STATUS);
 | 
			
		||||
	format_defaults(ft, c, NULL, NULL, wp);
 | 
			
		||||
 | 
			
		||||
	expanded = format_expand_time(ft, fmt);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user