public inbox for gentoo-portage-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-portage-dev] [PATCH] include status support for xterm-color and interix
@ 2008-05-12 19:07 Fabian Groffen
  0 siblings, 0 replies; only message in thread
From: Fabian Groffen @ 2008-05-12 19:07 UTC (permalink / raw
  To: gentoo-portage-dev

[-- Attachment #1: Type: text/plain, Size: 125 bytes --]

Attached patch adds statusbar support for xterm-color and interix
terminals.

-- 
Fabian Groffen
Gentoo on a different level

[-- Attachment #2: subm.patch --]
[-- Type: text/plain, Size: 498 bytes --]

--- ../../trunk/pym/portage/output.py	2008-05-12 19:25:13 +0200
+++ ./pym/portage/output.py	2008-05-08 21:17:50 +0200
@@ -246,7 +246,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:

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-12 19:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-12 19:07 [gentoo-portage-dev] [PATCH] include status support for xterm-color and interix Fabian Groffen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox