From 707e386cf771e5f59feef774e4fb5daba53cbb52 Mon Sep 17 00:00:00 2001 From: Gordon Shumway <39967334+oddluck@users.noreply.github.com> Date: Mon, 3 Jun 2019 12:34:29 -0400 Subject: [PATCH] default columns 75 --- ASCII/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ASCII/plugin.py b/ASCII/plugin.py index a7349e6..d4ce255 100644 --- a/ASCII/plugin.py +++ b/ASCII/plugin.py @@ -542,7 +542,7 @@ class ASCII(callbacks.Plugin): if 'w' in optlist: cols = optlist.get('w') elif 'ascii' not in optlist and 'ramp' not in optlist and 'nocolor' not in optlist and 'chars' not in optlist and 'block' not in optlist and 'w' not in optlist: - cols = 60 + cols = 75 elif 'w' not in optlist and '1/4' in optlist: cols = 75 else: