switching to the more standard width of 72 for 1.0

This commit is contained in:
Lionel Dricot 2022-03-12 22:19:54 +01:00
parent 9e37442d86
commit 58dc23b50f
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ except ModuleNotFoundError:
_HAS_ANSIWRAP = False
global TERM_WIDTH
TERM_WIDTH = 80
TERM_WIDTH = 72
def term_width():
width = TERM_WIDTH