ansi default 80 columns

This commit is contained in:
Gordon Shumway 2019-03-23 18:14:01 -04:00 committed by GitHub
parent 75012324af
commit 7ac95bb2a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ class ASCII(callbacks.Plugin):
if 'cols' in optlist:
cols = optlist.get('cols')
else:
cols = 100
cols = 80
speed = 'fast'
path = os.path.dirname(os.path.abspath(__file__))
filepath = "{0}/tmp".format(path)