summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-05-13 23:11:50 +0000
committerZac Medico <zmedico@gentoo.org>2008-05-13 23:11:50 +0000
commite7d0b31f93fa36cc6939c6322d37866bbd7d64a0 (patch)
treeeb7007650c3a0ad87b3806b7109fa20bc4a16738
parentd4048bece985d4c894a781deeeeb6ca7f12dccee (diff)
downloadportage-e7d0b31f93fa36cc6939c6322d37866bbd7d64a0.tar.gz
portage-e7d0b31f93fa36cc6939c6322d37866bbd7d64a0.tar.bz2
portage-e7d0b31f93fa36cc6939c6322d37866bbd7d64a0.zip
add xterm-color and interix to list of valid terminals (trunk r10329)
svn path=/main/branches/2.1.2/; revision=10332
-rw-r--r--pym/output.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/output.py b/pym/output.py
index 899020797..ff4bb62cf 100644
--- a/pym/output.py
+++ b/pym/output.py
@@ -240,7 +240,7 @@ def xtermTitle(mystr, raw=False):
if len(mystr) > max_len:
mystr = mystr[:max_len]
myt=os.environ["TERM"]
- legal_terms = ["xterm","Eterm","aterm","rxvt","screen","kterm","rxvt-unicode","gnome"]
+ legal_terms = ["xterm","xterm-color","Eterm","aterm","rxvt","screen","kterm","rxvt-unicode","gnome","interix"]
for term in legal_terms:
if myt.startswith(term):
if not raw: