commit | 87897b2febae6ca5a50b6c6292923dc5585b12eb | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Sat Jan 28 18:36:43 2017 -0600 |
committer | Rob Landley <rob@landley.net> | Sat Jan 28 18:36:43 2017 -0600 |
tree | 7e9922d63032a9a42bb602bd0eb87f49f0558cf0 | |
parent | 70f7f10476311288049565573338a4a821cef8a5 [diff] |
Fix padto in draw_trim_esc() so it behaves like printf %*.*s and matches the comment (I.E. negative first value _left_ justifies). This makes ps display the same truncated values with and without a tty. Also add a few comments to the rest of the file.