From 67e5991a12b45bc38f18cf7c2bcdc4ad65842f64 Mon Sep 17 00:00:00 2001 From: Marius Mauch Date: Tue, 13 May 2008 22:50:48 +0000 Subject: add xterm-color and interix to list of valid terminals svn path=/main/trunk/; revision=10329 --- pym/portage/output.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym') 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: -- cgit v1.2.3-1-g7c22