# HG changeset patch # User Drew Perttula # Date 2014-06-09 03:06:56 # Node ID 770b0d0005fc5d0adae1c557545f737d8a9e5e0c # Parent f7618f29bb89d96e7169684e8a4f7cccec0c89a3 command shell title support on TERM=rxvt too Ignore-this: dcacb69845fef0db6b62376274d16fe6 diff --git a/bin/run_local.py b/bin/run_local.py --- a/bin/run_local.py +++ b/bin/run_local.py @@ -36,7 +36,7 @@ log.addHandler(CSH(show_hostname=False, 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]: