Related to #563, when rendering a transaction, we reserve two more chars of width so that amounts remain aligned when there are posting flags. Affects hledger-ui's transaction screen, print, hledger-rewrite etc.
		
			
				
	
	
		
			17 lines
		
	
	
		
			136 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			136 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
hledger -f - print desc:x
 | 
						|
<<<
 | 
						|
2009/1/1 x
 | 
						|
    a  1
 | 
						|
    b
 | 
						|
 | 
						|
2009/1/1 y
 | 
						|
    a  1
 | 
						|
    b
 | 
						|
 | 
						|
>>>
 | 
						|
2009/01/01 x
 | 
						|
    a               1
 | 
						|
    b
 | 
						|
 | 
						|
>>>=0
 |