mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Allow no client for rename-session, from Ryan Freeman.
This commit is contained in:
		@@ -47,7 +47,7 @@ static enum cmd_retval
 | 
			
		||||
cmd_rename_session_exec(struct cmd *self, struct cmdq_item *item)
 | 
			
		||||
{
 | 
			
		||||
	struct args		*args = self->args;
 | 
			
		||||
	struct client		*c = cmd_find_client(item, NULL, 0);
 | 
			
		||||
	struct client		*c = cmd_find_client(item, NULL, 1);
 | 
			
		||||
	struct session		*s = item->target.s;
 | 
			
		||||
	char			*newname;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user