mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Merge branch 'obsd-master' into master
This commit is contained in:
		@@ -1144,6 +1144,7 @@ const struct options_table_entry options_table[] = {
 | 
			
		||||
	OPTIONS_TABLE_HOOK("alert-activity", ""),
 | 
			
		||||
	OPTIONS_TABLE_HOOK("alert-bell", ""),
 | 
			
		||||
	OPTIONS_TABLE_HOOK("alert-silence", ""),
 | 
			
		||||
	OPTIONS_TABLE_HOOK("client-active", ""),
 | 
			
		||||
	OPTIONS_TABLE_HOOK("client-attached", ""),
 | 
			
		||||
	OPTIONS_TABLE_HOOK("client-detached", ""),
 | 
			
		||||
	OPTIONS_TABLE_HOOK("client-resized", ""),
 | 
			
		||||
 
 | 
			
		||||
@@ -1124,6 +1124,8 @@ server_client_update_latest(struct client *c)
 | 
			
		||||
 | 
			
		||||
	if (options_get_number(w->options, "window-size") == WINDOW_SIZE_LATEST)
 | 
			
		||||
		recalculate_size(w, 0);
 | 
			
		||||
 | 
			
		||||
	notify_client("client-active", c);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user