diff --git a/ponysay b/ponysay index a843572b..1f99579c 100755 --- a/ponysay +++ b/ponysay @@ -958,6 +958,8 @@ class Backend(): wrap = None if self.wrapcolumn is not None: wrap = self.wrapcolumn - left + if wrap < 8: + wrap = 8 msg = self.message if wrap is not None: