mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Do not ignore triple-click and send to pane.
This commit is contained in:
		@@ -506,7 +506,6 @@ server_client_check_mouse(struct client *c, struct key_event *event)
 | 
			
		||||
				type = TRIPLE;
 | 
			
		||||
				x = m->x, y = m->y, b = m->b;
 | 
			
		||||
				log_debug("triple-click at %u,%u", x, y);
 | 
			
		||||
				ignore = 1;
 | 
			
		||||
				goto have_event;
 | 
			
		||||
			}
 | 
			
		||||
		} else {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user