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:
		
							
								
								
									
										11
									
								
								window.c
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								window.c
									
									
									
									
									
								
							@@ -60,6 +60,17 @@ static u_int	next_window_pane_id;
 | 
			
		||||
static u_int	next_window_id;
 | 
			
		||||
static u_int	next_active_point;
 | 
			
		||||
 | 
			
		||||
/* List of window modes. */
 | 
			
		||||
const struct window_mode *all_window_modes[] = {
 | 
			
		||||
	&window_buffer_mode,
 | 
			
		||||
	&window_client_mode,
 | 
			
		||||
	&window_clock_mode,
 | 
			
		||||
	&window_copy_mode,
 | 
			
		||||
	&window_tree_mode,
 | 
			
		||||
	&window_view_mode,
 | 
			
		||||
	NULL
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
static void	window_destroy(struct window *);
 | 
			
		||||
 | 
			
		||||
static struct window_pane *window_pane_create(struct window *, u_int, u_int,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user