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:
		@@ -1032,7 +1032,7 @@ server_client_key_callback(struct cmdq_item *item, void *data)
 | 
			
		||||
	key_code			 key0;
 | 
			
		||||
 | 
			
		||||
	/* Check the client is good to accept input. */
 | 
			
		||||
	if (s == NULL || (c->flags & (CLIENT_DEAD|CLIENT_SUSPENDED)) != 0)
 | 
			
		||||
	if (s == NULL || (c->flags & CLIENT_UNATTACHEDFLAGS))
 | 
			
		||||
		goto out;
 | 
			
		||||
	wl = s->curw;
 | 
			
		||||
 | 
			
		||||
@@ -1219,7 +1219,7 @@ server_client_handle_key(struct client *c, struct key_event *event)
 | 
			
		||||
	struct cmdq_item	*item;
 | 
			
		||||
 | 
			
		||||
	/* Check the client is good to accept input. */
 | 
			
		||||
	if (s == NULL || (c->flags & (CLIENT_DEAD|CLIENT_SUSPENDED)) != 0)
 | 
			
		||||
	if (s == NULL || (c->flags & CLIENT_UNATTACHEDFLAGS))
 | 
			
		||||
		return (0);
 | 
			
		||||
 | 
			
		||||
	/*
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user