mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:44:18 +00:00 
			
		
		
		
	Do not update focus on client's without a session.
This commit is contained in:
		@@ -159,7 +159,8 @@ server_client_clear_overlay(struct client *c)
 | 
				
			|||||||
	c->overlay_data = NULL;
 | 
						c->overlay_data = NULL;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	c->tty.flags &= ~(TTY_FREEZE|TTY_NOCURSOR);
 | 
						c->tty.flags &= ~(TTY_FREEZE|TTY_NOCURSOR);
 | 
				
			||||||
	window_update_focus(c->session->curw->window);
 | 
						if (c->session != NULL)
 | 
				
			||||||
 | 
							window_update_focus(c->session->curw->window);
 | 
				
			||||||
	server_redraw_client(c);
 | 
						server_redraw_client(c);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user