From: Jason Stubbs Date: Sun, 1 Jan 2006 05:57:36 +0000 (-0000) Subject: Kill the double xterm title codes. X-Git-Tag: v2.1_pre4~69 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=65d3b349a2d87491731cf3e6fff54efbf9e7287e;p=portage.git Kill the double xterm title codes. svn path=/main/trunk/; revision=2515 --- 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