mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Merge branch 'obsd-master'
This commit is contained in:
		
							
								
								
									
										6
									
								
								window.c
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								window.c
									
									
									
									
									
								
							@@ -1214,6 +1214,12 @@ window_pane_visible(struct window_pane *wp)
 | 
			
		||||
	return (wp == wp->window->active);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
int
 | 
			
		||||
window_pane_exited(struct window_pane *wp)
 | 
			
		||||
{
 | 
			
		||||
	return (wp->fd == -1 || (wp->flags & PANE_EXITED));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
u_int
 | 
			
		||||
window_pane_search(struct window_pane *wp, const char *term, int regex,
 | 
			
		||||
    int ignore)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user