* [gentoo-commits] portage r9405 - main/branches/prefix/pym/portage
@ 2008-03-01 17:55 Fabian Groffen (grobian)
0 siblings, 0 replies; only message in thread
From: Fabian Groffen (grobian) @ 2008-03-01 17:55 UTC (permalink / raw
To: gentoo-commits
Author: grobian
Date: 2008-03-01 17:55:34 +0000 (Sat, 01 Mar 2008)
New Revision: 9405
Modified:
main/branches/prefix/pym/portage/output.py
Log:
Add xterm-color and interix as legal termins such that title setting by Portage works on those terminals. For interix, bug #211875, thanks Markus Duft
Modified: main/branches/prefix/pym/portage/output.py
===================================================================
--- main/branches/prefix/pym/portage/output.py 2008-03-01 17:36:46 UTC (rev 9404)
+++ main/branches/prefix/pym/portage/output.py 2008-03-01 17:55:34 UTC (rev 9405)
@@ -243,7 +243,7 @@
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:
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-03-01 17:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-01 17:55 [gentoo-commits] portage r9405 - main/branches/prefix/pym/portage Fabian Groffen (grobian)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox