From e7d0b31f93fa36cc6939c6322d37866bbd7d64a0 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 13 May 2008 23:11:50 +0000 Subject: add xterm-color and interix to list of valid terminals (trunk r10329) svn path=/main/branches/2.1.2/; revision=10332 --- pym/output.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3-1-g7c22