watch: Fix ANSI escape sequence termination
process_ansi stopped processing an ANSI escape sequence if (c < '0' && c > '9' && c != ';'), which will never happen. Fix the range check to use || instead. Signed-off-by: Josh Triplett <josh@joshtriplett.org>
This commit is contained in:
		
				
					committed by
					
						 Craig Small
						Craig Small
					
				
			
			
				
	
			
			
			
						parent
						
							261c571aca
						
					
				
				
					commit
					f9a4fef6a9
				
			
		Reference in New Issue
	
	Block a user