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]: