mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Mouse highlight mode (1001) requires a program to cooperate so
supporting it through tmux is not as easy as this, remove it for now.
This commit is contained in:
		
							
								
								
									
										4
									
								
								input.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								input.c
									
									
									
									
									
								
							@@ -1201,10 +1201,6 @@ input_csi_dispatch(struct input_ctx *ictx)
 | 
			
		||||
			screen_write_mousemode_on(
 | 
			
		||||
			    &ictx->ctx, MODE_MOUSE_STANDARD);
 | 
			
		||||
			break;
 | 
			
		||||
		case 1001:
 | 
			
		||||
			screen_write_mousemode_on(
 | 
			
		||||
			    &ictx->ctx, MODE_MOUSE_HIGHLIGHT);
 | 
			
		||||
			break;
 | 
			
		||||
		case 1002:
 | 
			
		||||
			screen_write_mousemode_on(
 | 
			
		||||
			    &ictx->ctx, MODE_MOUSE_BUTTON);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user