From 4709c7ad4eb4d11d653f552b9ac1f39af5cc1014 Mon Sep 17 00:00:00 2001 From: KWSys Robot Date: Thu, 2 Jan 2014 11:25:06 -0500 Subject: [PATCH] KWSys 2014-01-02 (606d7d6f) Extract upstream KWSys using the following shell commands. $ git archive --prefix=upstream-kwsys/ 606d7d6f | tar x $ git shortlog --no-merges --abbrev=8 --format='%h %s' e81f2a9e..606d7d6f Muli Baron (1): 606d7d6f Terminal: Add putty-256color as a VT100 color-capable terminal Change-Id: Ibd80e7b209c29947c384023d3ac1ce862648de01 --- Terminal.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Terminal.c b/Terminal.c index 25832c2b1..6d7ec4139 100644 --- a/Terminal.c +++ b/Terminal.c @@ -155,6 +155,7 @@ static const char* kwsysTerminalVT100Names[] = "mach-color", "mlterm", "putty", + "putty-256color", "rxvt", "rxvt-256color", "rxvt-cygwin",