new option: T (no-terminal)

pull/87/head
Igor Chubin 8 years ago
parent 7b5d8110c0
commit d6f54216ad

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

Loading…
Cancel
Save