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:
		
							
								
								
									
										22
									
								
								tmux.h
									
									
									
									
									
								
							
							
						
						
									
										22
									
								
								tmux.h
									
									
									
									
									
								
							@@ -739,28 +739,6 @@ struct window_mode {
 | 
				
			|||||||
};
 | 
					};
 | 
				
			||||||
#define WINDOW_MODE_TIMEOUT 180
 | 
					#define WINDOW_MODE_TIMEOUT 180
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Structures for choose mode. */
 | 
					 | 
				
			||||||
struct window_choose_data {
 | 
					 | 
				
			||||||
	struct client		*start_client;
 | 
					 | 
				
			||||||
	struct session		*start_session;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	u_int			 idx;
 | 
					 | 
				
			||||||
	int			 type;
 | 
					 | 
				
			||||||
#define TREE_OTHER 0x0
 | 
					 | 
				
			||||||
#define TREE_WINDOW 0x1
 | 
					 | 
				
			||||||
#define TREE_SESSION 0x2
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	struct session		*tree_session; /* session of items in tree */
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	struct winlink		*wl;
 | 
					 | 
				
			||||||
	int			 pane_id;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	char			*ft_template;
 | 
					 | 
				
			||||||
	struct format_tree	*ft;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	char			*command;
 | 
					 | 
				
			||||||
};
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/* Child window structure. */
 | 
					/* Child window structure. */
 | 
				
			||||||
struct window_pane {
 | 
					struct window_pane {
 | 
				
			||||||
	u_int		 id;
 | 
						u_int		 id;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user