projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6479d3
)
Kill the double xterm title codes.
author
Jason Stubbs
<jstubbs@gentoo.org>
Sun, 1 Jan 2006 05:57:36 +0000
(
05:57
-0000)
committer
Jason Stubbs
<jstubbs@gentoo.org>
Sun, 1 Jan 2006 05:57:36 +0000
(
05:57
-0000)
svn path=/main/trunk/; revision=2515
pym/output.py
patch
|
blob
|
history
diff --git
a/pym/output.py
b/pym/output.py
index ec538f273520172271d8db6e4b163fc9e1de7685..ac57fe36677a166114bcd6a06eedbab1035db52a 100644
(file)
--- 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