From: Zac Medico Date: Tue, 13 May 2008 23:11:50 +0000 (-0000) Subject: add xterm-color and interix to list of valid terminals (trunk r10329) X-Git-Tag: v2.1.5~3 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e7d0b31f93fa36cc6939c6322d37866bbd7d64a0;p=portage.git add xterm-color and interix to list of valid terminals (trunk r10329) svn path=/main/branches/2.1.2/; revision=10332 --- 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: