mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Don't eat the mouse event that triggers a drag end because we may want
to pass it on to application inside the pane.
This commit is contained in:
		@@ -251,5 +251,6 @@ input_key_mouse(struct window_pane *wp, struct mouse_event *m)
 | 
			
		||||
		buf[len++] = x + 33;
 | 
			
		||||
		buf[len++] = y + 33;
 | 
			
		||||
	}
 | 
			
		||||
	log_debug("writing mouse %.*s", (int)len, buf);
 | 
			
		||||
	bufferevent_write(wp->event, buf, len);
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user