# HG changeset patch # User Drew Perttula # Date 1402283216 0 # Node ID 770b0d0005fc5d0adae1c557545f737d8a9e5e0c # Parent f7618f29bb89d96e7169684e8a4f7cccec0c89a3 command shell title support on TERM=rxvt too Ignore-this: dcacb69845fef0db6b62376274d16fe6 diff -r f7618f29bb89 -r 770b0d0005fc bin/run_local.py --- a/bin/run_local.py Mon Jun 09 03:05:32 2014 +0000 +++ b/bin/run_local.py Mon Jun 09 03:06:56 2014 +0000 @@ -36,7 +36,7 @@ def setTerminalTitle(s): - if os.environ.get('TERM', '') in ['xterm']: + if os.environ.get('TERM', '') in ['xterm', 'rxvt']: print "\033]0;%s\007" % s # not escaped/protected correctly if 'listsongs' not in sys.argv[0]: