diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-05-29 02:10:29 -0400 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-05-29 02:12:32 -0400 |
commit | e51413c3520f46d2488ed566390cacb5de92897d (patch) | |
tree | db2e2fbff7df4f29abce679854aa2c3b58fa449b /README | |
parent | 99dee0124378fc66e1db94d3d010786bcbb15725 (diff) |
badroff can now handle tiny widths
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -43,9 +43,8 @@ mainloop. # Bugs -It mostly segfaults on line overfill (i.e. trying to center oversized -text or unfoldable lines are completely unhandled). Error handling -should probably be used, but that is a nontrivial addition. +Graceful folding of over-long lines isn't implemented. It is just left +as-is. # Return Value |