mirror of
				https://github.com/tmux/tmux.git
				synced 2025-10-26 12:27:15 +00:00 
			
		
		
		
	Don't limit width and height to 222 in standard mouse mode.
This commit is contained in:
		| @@ -227,7 +227,7 @@ input_mouse(struct window_pane *wp, struct session *s, struct mouse_event *m) | ||||
| 			len += utf8_split2(m->x + 33, &buf[len]); | ||||
| 			len += utf8_split2(m->y + 33, &buf[len]); | ||||
| 		} else { | ||||
| 			if (m->xb > 223 || m->x >= 222 || m->y > 222) | ||||
| 			if (m->xb > 223) | ||||
| 				return; | ||||
| 			len = xsnprintf(buf, sizeof buf, "\033[M"); | ||||
| 			buf[len++] = m->xb + 32; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Nicholas Marriott
					Nicholas Marriott