mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Don't require -d with -x or -y since it could be in the config file.
This commit is contained in:
		@@ -49,9 +49,6 @@ cmd_new_session_check(struct args *args)
 | 
			
		||||
{
 | 
			
		||||
	if (args_has(args, 't') && (args->argc != 0 || args_has(args, 'n')))
 | 
			
		||||
		return (-1);
 | 
			
		||||
	if (!args_has(args, 'd') &&
 | 
			
		||||
	    (args_has(args, 'x') || args_has(args, 'y')))
 | 
			
		||||
		return (-1);
 | 
			
		||||
	return (0);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user