summaryrefslogtreecommitdiffstats
path: root/pym/output.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/output.py')
-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: