Typo
This commit is contained in:
		
							parent
							
								
									0e9ddcc306
								
							
						
					
					
						commit
						a3015db6c3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1171,7 +1171,7 @@ string filterANSIEscapes(const string & s, bool nixOnly) | |||
|             } | ||||
|         } else { | ||||
|             r += c; | ||||
|             if (c >= 0x40 && c != 0x7e) { | ||||
|             if (c >= 0x40 && c <= 0x7e) { | ||||
|                 if (nixOnly && (c != 'p' && c != 'q' && c != 's' && c != 'a' && c != 'b')) | ||||
|                     t += r; | ||||
|                 state = stTop; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue