From 7ac95bb2a912f8a209b444a98cb9125cbdeff847 Mon Sep 17 00:00:00 2001 From: Gordon Shumway <39967334+oddluck@users.noreply.github.com> Date: Sat, 23 Mar 2019 18:14:01 -0400 Subject: [PATCH] ansi default 80 columns --- ASCII/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ASCII/plugin.py b/ASCII/plugin.py index 9bfa369..e342980 100644 --- a/ASCII/plugin.py +++ b/ASCII/plugin.py @@ -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)