From e51413c3520f46d2488ed566390cacb5de92897d Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Fri, 29 May 2020 02:10:29 -0400
Subject: badroff can now handle tiny widths
---
README | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
(limited to 'README')
diff --git a/README b/README
index 843ffbf..47fb9b8 100644
--- a/README
+++ b/README
@@ -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
--
cgit