From 9a1d0fa2552892e6b91739233c872aa69e9dde84 Mon Sep 17 00:00:00 2001 From: Lionel Dricot Date: Thu, 24 Mar 2022 11:06:35 +0100 Subject: [PATCH] switch back to default width of 80 as most hard-wrapped gemlogs and gopher assume this width --- offpunk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offpunk.py b/offpunk.py index d250c8c..aad276e 100755 --- a/offpunk.py +++ b/offpunk.py @@ -62,7 +62,7 @@ except ModuleNotFoundError: import textwrap global TERM_WIDTH -TERM_WIDTH = 72 +TERM_WIDTH = 80 def term_width(): width = TERM_WIDTH