mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Pass target client and session to load_cfg from source-file so formats
work. Reported by Thomas Sattler.
This commit is contained in:
		@@ -1139,7 +1139,7 @@ screen_write_collect_clear(struct screen_write_ctx *ctx, u_int y, u_int n)
 | 
			
		||||
	u_int					 i;
 | 
			
		||||
	size_t					 size;
 | 
			
		||||
 | 
			
		||||
	for (i = y ; i < y + n; i++) {
 | 
			
		||||
	for (i = y; i < y + n; i++) {
 | 
			
		||||
		if (TAILQ_EMPTY(&ctx->list[i].items))
 | 
			
		||||
			continue;
 | 
			
		||||
		size = 0;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user