mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Always redraw requesting client on resize.
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
			
		||||
/* $Id: server-msg.c,v 1.36 2007-11-21 22:40:55 nicm Exp $ */
 | 
			
		||||
/* $Id: server-msg.c,v 1.37 2007-11-24 20:08:49 nicm Exp $ */
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
 | 
			
		||||
@@ -230,6 +230,9 @@ server_msg_fn_resize(struct hdr *hdr, struct client *c)
 | 
			
		||||
 | 
			
		||||
	recalculate_sizes();
 | 
			
		||||
 | 
			
		||||
	/* Always redraw this client. */
 | 
			
		||||
	server_redraw_client(c);
 | 
			
		||||
 | 
			
		||||
	return (0);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user