mirror of
				https://github.com/tmux/tmux.git
				synced 2025-10-26 12:27:15 +00:00 
			
		
		
		
	Merge branch 'obsd-master'
This commit is contained in:
		| @@ -330,10 +330,11 @@ server_client_check_mouse(struct client *c) | |||||||
| 			where = BORDER; | 			where = BORDER; | ||||||
| 		else { | 		else { | ||||||
| 			wp = window_get_active_at(s->curw->window, x, y); | 			wp = window_get_active_at(s->curw->window, x, y); | ||||||
| 			if (wp != NULL) | 			if (wp != NULL) { | ||||||
| 				where = PANE; | 				where = PANE; | ||||||
| 			log_debug("mouse at %u,%u is on pane %%%u", x, y, | 				log_debug("mouse at %u,%u is on pane %%%u", | ||||||
| 			    wp->id); | 				    x, y, wp->id); | ||||||
|  | 			} | ||||||
| 		} | 		} | ||||||
| 		if (where == NOWHERE) | 		if (where == NOWHERE) | ||||||
| 			return (KEYC_NONE); | 			return (KEYC_NONE); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Thomas Adam
					Thomas Adam