| 
				
			 | 
			
			
				@@ -497,7 +497,7 @@ def markup_to_pager(stream, opts): 
			 | 
		
	
		
			
			| 
				497
			 | 
			
				497
			 | 
			
			
				             width=opts.width) 
			 | 
		
	
		
			
			| 
				498
			 | 
			
				498
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				499
			 | 
			
				499
			 | 
			
			
				     # args stolen fron git source: github.com/git/git/blob/master/pager.c 
			 | 
		
	
		
			
			| 
				500
			 | 
			
				
			 | 
			
			
				-    pager = subprocess.Popen(['less', '-FRSXK'], 
			 | 
		
	
		
			
			| 
				
			 | 
			
				500
			 | 
			
			
				+    pager = subprocess.Popen(['less', '-FRSX'], 
			 | 
		
	
		
			
			| 
				501
			 | 
			
				501
			 | 
			
			
				             stdin=subprocess.PIPE, stdout=sys.stdout) 
			 | 
		
	
		
			
			| 
				502
			 | 
			
				502
			 | 
			
			
				     for line in color_diff: 
			 | 
		
	
		
			
			| 
				503
			 | 
			
				503
			 | 
			
			
				         pager.stdin.write(line.encode('utf-8')) 
			 |