mirror of
				https://github.com/sharkdp/bat.git
				synced 2025-11-04 09:01:56 +00:00 
			
		
		
		
	README.md: Add 'control characters' to Garbled output section
Fixes #1989
This commit is contained in:
		
				
					committed by
					
						
						David Peter
					
				
			
			
				
	
			
			
			
						parent
						
							d4744dbed5
						
					
				
				
					commit
					f89869b5b2
				
			@@ -676,7 +676,7 @@ bat() {
 | 
			
		||||
 | 
			
		||||
### Garbled output
 | 
			
		||||
 | 
			
		||||
If an input file contains color codes or other ANSI escape sequences, `bat` will have problems
 | 
			
		||||
If an input file contains color codes or other ANSI escape sequences or control characters, `bat` will have problems
 | 
			
		||||
performing syntax highlighting and text wrapping, and thus the output can become garbled.
 | 
			
		||||
When displaying such files it is recommended to disable both syntax highlighting and wrapping by
 | 
			
		||||
passing the `--color=never --wrap=never` options to `bat`.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user