mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Do not reset mouse pane if clicked on status line, it may have been set
by a range.
This commit is contained in:
		@@ -783,8 +783,7 @@ have_event:
 | 
			
		||||
			log_debug("mouse on pane %%%u border", wp->id);
 | 
			
		||||
		m->wp = wp->id;
 | 
			
		||||
		m->w = wp->window->id;
 | 
			
		||||
	} else
 | 
			
		||||
		m->wp = -1;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	/* Stop dragging if needed. */
 | 
			
		||||
	if (type != DRAG && type != WHEEL && c->tty.mouse_drag_flag != 0) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user