mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Minor cosmetic improvement from KOIE Hidetaka.
This commit is contained in:
		@@ -131,12 +131,12 @@ cmd_resize_pane_mouse_update(struct client *c, struct mouse_event *m)
 | 
			
		||||
	struct winlink		*wl;
 | 
			
		||||
	struct window		*w;
 | 
			
		||||
	u_int			 y, ly, x, lx;
 | 
			
		||||
	struct layout_cell	*cells[5], *lc;
 | 
			
		||||
	u_int			 ncells = 0, i, j, resizes = 0;
 | 
			
		||||
	enum layout_type	 type;
 | 
			
		||||
	static const int         offsets[nitems(cells)][2] = {
 | 
			
		||||
	static const int         offsets[][2] = {
 | 
			
		||||
	    { 0, 0 }, { 0, 1 }, { 1, 0 }, { 0, -1 }, { -1, 0 },
 | 
			
		||||
	};
 | 
			
		||||
	struct layout_cell	*cells[nitems(offsets)], *lc;
 | 
			
		||||
	u_int			 ncells = 0, i, j, resizes = 0;
 | 
			
		||||
	enum layout_type	 type;
 | 
			
		||||
 | 
			
		||||
	wl = cmd_mouse_window(m, NULL);
 | 
			
		||||
	if (wl == NULL) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user