From 694416d98e1ddc392535f7277fb06f4fe0307b56 Mon Sep 17 00:00:00 2001
From: Alexander Neundorf <neundorf@kde.org>
Date: Tue, 21 Apr 2009 18:23:02 -0400
Subject: [PATCH] ENH: also recognize rxvt-256color as a color terminal (#8913,
 patch from Deewiant)

Alex
---
 Terminal.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Terminal.c b/Terminal.c
index b492c2f..6bae4ec 100644
--- a/Terminal.c
+++ b/Terminal.c
@@ -158,6 +158,7 @@ static const char* kwsysTerminalVT100Names[] =
   "mlterm",
   "putty",
   "rxvt",
+  "rxvt-256color",
   "rxvt-cygwin",
   "rxvt-cygwin-native",
   "rxvt-unicode",
-- 
GitLab