From d6f54216ad867469bdcac32672974971c5b5ef7e Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Wed, 22 Mar 2017 16:16:21 +0100 Subject: [PATCH] new option: T (no-terminal) --- lib/parse_query.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/parse_query.py b/lib/parse_query.py index 5d714e9..0126de5 100644 --- a/lib/parse_query.py +++ b/lib/parse_query.py @@ -29,6 +29,8 @@ def parse_query(args): result['inverted_colors'] = True if 't' in q: result['transparency'] = '150' + if 'T' in q: + result['no-terminal'] = True if 'p' in q: result['padding'] = True