From: Marius Mauch Date: Tue, 13 May 2008 22:50:48 +0000 (-0000) Subject: add xterm-color and interix to list of valid terminals X-Git-Tag: v2.2_pre7~21 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=67e5991a12b45bc38f18cf7c2bcdc4ad65842f64;p=portage.git add xterm-color and interix to list of valid terminals svn path=/main/trunk/; revision=10329 --- diff --git a/pym/portage/output.py b/pym/portage/output.py index 0cc6fda2c..e9a1a559a 100644 --- a/pym/portage/output.py +++ b/pym/portage/output.py @@ -246,7 +246,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: