new option: T (no-terminal)

This commit is contained in:
Igor Chubin 2017-03-22 16:16:21 +01:00
parent 7b5d8110c0
commit d6f54216ad

View file

@ -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