mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Merge branch 'obsd-master'
This commit is contained in:
		@@ -833,8 +833,8 @@ cmd_find_copy_state(struct cmd_find_state *dst, struct cmd_find_state *src)
 | 
			
		||||
{
 | 
			
		||||
	dst->s = src->s;
 | 
			
		||||
	dst->wl = src->wl;
 | 
			
		||||
	dst->idx = dst->wl->idx;
 | 
			
		||||
	dst->w = dst->wl->window;
 | 
			
		||||
	dst->idx = src->idx;
 | 
			
		||||
	dst->w = src->w;
 | 
			
		||||
	dst->wp = src->wp;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user