mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:17:31 +00:00 
			
		
		
		
	Merge branch 'obsd-master'
This commit is contained in:
		
							
								
								
									
										7
									
								
								input.c
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								input.c
									
									
									
									
									
								
							@@ -1976,8 +1976,13 @@ input_csi_dispatch_sgr_colon(struct input_ctx *ictx, u_int i)
 | 
				
			|||||||
				free(copy);
 | 
									free(copy);
 | 
				
			||||||
				return;
 | 
									return;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		} else
 | 
							} else {
 | 
				
			||||||
			n++;
 | 
								n++;
 | 
				
			||||||
 | 
								if (n == nitems(p)) {
 | 
				
			||||||
 | 
									free(copy);
 | 
				
			||||||
 | 
									return;
 | 
				
			||||||
 | 
								}
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
		log_debug("%s: %u = %d", __func__, n - 1, p[n - 1]);
 | 
							log_debug("%s: %u = %d", __func__, n - 1, p[n - 1]);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	free(copy);
 | 
						free(copy);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user