Merge pull request #243 from michael-lazar/handle_xpost_better

Handle xpost better
This commit is contained in:
Michael Lazar
2016-07-08 00:37:55 -07:00
committed by GitHub
5 changed files with 809 additions and 10 deletions

View File

@@ -291,7 +291,7 @@ class Page(object):
else:
title = sub_name
title = title + ' - rtv {0}'.format(__version__)
title += ' - rtv {0}'.format(__version__)
sys.stdout.write('\x1b]2;{0}\x07'.format(title))
sys.stdout.flush()