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:
		
							
								
								
									
										3
									
								
								tmux.h
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								tmux.h
									
									
									
									
									
								
							@@ -515,6 +515,7 @@ enum tty_code_code {
 | 
			
		||||
	TTYC_KUP6,
 | 
			
		||||
	TTYC_KUP7,
 | 
			
		||||
	TTYC_MS,
 | 
			
		||||
	TTYC_NOBR,
 | 
			
		||||
	TTYC_OL,
 | 
			
		||||
	TTYC_OP,
 | 
			
		||||
	TTYC_RECT,
 | 
			
		||||
@@ -2154,6 +2155,7 @@ void	notify_winlink(const char *, struct winlink *);
 | 
			
		||||
void	notify_session_window(const char *, struct session *, struct window *);
 | 
			
		||||
void	notify_window(const char *, struct window *);
 | 
			
		||||
void	notify_pane(const char *, struct window_pane *);
 | 
			
		||||
void	notify_paste_buffer(const char *);
 | 
			
		||||
 | 
			
		||||
/* options.c */
 | 
			
		||||
struct options	*options_create(struct options *);
 | 
			
		||||
@@ -3175,6 +3177,7 @@ void	control_notify_session_renamed(struct session *);
 | 
			
		||||
void	control_notify_session_created(struct session *);
 | 
			
		||||
void	control_notify_session_closed(struct session *);
 | 
			
		||||
void	control_notify_session_window_changed(struct session *);
 | 
			
		||||
void	control_notify_paste_buffer_changed(const char *);
 | 
			
		||||
 | 
			
		||||
/* session.c */
 | 
			
		||||
extern struct sessions sessions;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user