switch back to default width of 80 as most hard-wrapped gemlogs and gopher assume this width

This commit is contained in:
Lionel Dricot 2022-03-24 11:06:35 +01:00
parent 54f5be3bd5
commit 9a1d0fa255
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ except ModuleNotFoundError:
import textwrap
global TERM_WIDTH
TERM_WIDTH = 72
TERM_WIDTH = 80
def term_width():
width = TERM_WIDTH