mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Parse primary device attributes as well as secondary and add a SIXEL
flag (not used yet), from Anindya Mukherjee.
This commit is contained in:
		
							
								
								
									
										4
									
								
								input.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								input.c
									
									
									
									
									
								
							@@ -1345,8 +1345,8 @@ input_csi_dispatch(struct input_ctx *ictx)
 | 
			
		||||
	if (ictx->flags & INPUT_DISCARD)
 | 
			
		||||
		return (0);
 | 
			
		||||
 | 
			
		||||
	log_debug("%s: '%c' \"%s\" \"%s\"",
 | 
			
		||||
	    __func__, ictx->ch, ictx->interm_buf, ictx->param_buf);
 | 
			
		||||
	log_debug("%s: '%c' \"%s\" \"%s\"", __func__, ictx->ch,
 | 
			
		||||
	    ictx->interm_buf, ictx->param_buf);
 | 
			
		||||
 | 
			
		||||
	if (input_split(ictx) != 0)
 | 
			
		||||
		return (0);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user