From 26308724aae6aa525fb102e4f7001505079f779b Mon Sep 17 00:00:00 2001
From: Brad King <brad.king@kitware.com>
Date: Mon, 5 Jun 2006 11:22:18 -0400
Subject: [PATCH] ENH: Added rxvt-unicode and cygwin terminals for color
 support.

---
 Terminal.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Terminal.c b/Terminal.c
index 19adcea..a1174bf 100644
--- a/Terminal.c
+++ b/Terminal.c
@@ -142,14 +142,16 @@ static const char* kwsysTerminalVT100Names[] =
   "con80x50",
   "con80x60",
   "console",
+  "cygwin",
   "konsole",
   "linux",
   "msys",
   "rxvt",
+  "rxvt-unicode",
+  "screen",
   "vt100",
   "xterm",
   "xterm-color",
-  "screen",
   0
 };
 
-- 
GitLab