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:
		@@ -34,6 +34,7 @@ static int	cmd_find_best_winlink_with_window(struct cmd_find_state *);
 | 
			
		||||
 | 
			
		||||
static const char *cmd_find_map_table(const char *[][2], const char *);
 | 
			
		||||
 | 
			
		||||
static void	cmd_find_log_state(const char *, struct cmd_find_state *);
 | 
			
		||||
static int	cmd_find_get_session(struct cmd_find_state *, const char *);
 | 
			
		||||
static int	cmd_find_get_window(struct cmd_find_state *, const char *, int);
 | 
			
		||||
static int	cmd_find_get_window_with_session(struct cmd_find_state *,
 | 
			
		||||
@@ -715,7 +716,7 @@ cmd_find_copy_state(struct cmd_find_state *dst, struct cmd_find_state *src)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Log the result. */
 | 
			
		||||
void
 | 
			
		||||
static void
 | 
			
		||||
cmd_find_log_state(const char *prefix, struct cmd_find_state *fs)
 | 
			
		||||
{
 | 
			
		||||
	if (fs->s != NULL)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user