summaryrefslogtreecommitdiffstats
path: root/pym/output.py
diff options
context:
space:
mode:
authorJason Stubbs <jstubbs@gentoo.org>2006-01-01 05:57:36 +0000
committerJason Stubbs <jstubbs@gentoo.org>2006-01-01 05:57:36 +0000
commit65d3b349a2d87491731cf3e6fff54efbf9e7287e (patch)
tree2e7b79baa98fe1ff126e0e97b269bd5cfe562dd5 /pym/output.py
parentc6479d3fec9fddeb645d3e5a8c32c7ac1b3c9b4e (diff)
downloadportage-65d3b349a2d87491731cf3e6fff54efbf9e7287e.tar.gz
portage-65d3b349a2d87491731cf3e6fff54efbf9e7287e.tar.bz2
portage-65d3b349a2d87491731cf3e6fff54efbf9e7287e.zip
Kill the double xterm title codes.
svn path=/main/trunk/; revision=2515
Diffstat (limited to 'pym/output.py')
-rw-r--r--pym/output.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/output.py b/pym/output.py
index ec538f273..ac57fe366 100644
--- a/pym/output.py
+++ b/pym/output.py
@@ -102,7 +102,7 @@ def xtermTitle(mystr):
sys.stderr.flush()
break
-prompt_command = os.getenv("PROMPT_COMMAND", 'echo -ne "\033]0;${USER}@${HOSTNAME%%.*}:${PWD/$HOME/~}\007"')
+prompt_command = os.getenv("PROMPT_COMMAND", 'echo -ne "${USER}@${HOSTNAME%%.*}:${PWD/$HOME/~}"')
default_xterm_title = commands.getoutput(prompt_command)
del prompt_command