mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-28 12:54:07 +03:00
5c09553481
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.
12 lines
174 B
Plaintext
12 lines
174 B
Plaintext
hledger -f - print
|
|
<<<
|
|
2009/1/1 x
|
|
aaaaabbbbbcccccdddddeeeeefffffggggghhhhh 1
|
|
b
|
|
>>>
|
|
2009/01/01 x
|
|
aaaaabbbbbcccccdddddeeeeefffffggggghhhhh 1
|
|
b
|
|
|
|
>>>=0
|