[Ttssh2-commit] [4643] 不用なコードを削除。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 9月 20日 (火) 09:49:49 JST


Revision: 4643
          http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4643
Author:   doda
Date:     2011-09-20 09:49:48 +0900 (Tue, 20 Sep 2011)

Log Message:
-----------
不用なコードを削除。

Modified Paths:
--------------
    trunk/teraterm/teraterm/vtterm.c


-------------- next part --------------
Modified: trunk/teraterm/teraterm/vtterm.c
===================================================================
--- trunk/teraterm/teraterm/vtterm.c	2011-09-19 05:03:55 UTC (rev 4642)
+++ trunk/teraterm/teraterm/vtterm.c	2011-09-20 00:49:48 UTC (rev 4643)
@@ -3480,10 +3480,7 @@
 					len =_snprintf_s_l(StrBuff, sizeof(StrBuff), _TRUNCATE,
 						"4;%d;rgb:%02x/%02x/%02x", CLocale, ColorNumber,
 						GetRValue(color), GetGValue(color), GetBValue(color));
-					ParseMode = ModeFirst;
-					XsParseMode = ModeXsFirst;
 					SendOSCstr(StrBuff, len);
-					break;
 				}
 				else if (XsParseColor(StrBuff, &color)) {
 					DispSetANSIColor(ColorNumber, color);
@@ -3508,7 +3505,6 @@
 					len =_snprintf_s_l(StrBuff, sizeof(StrBuff), _TRUNCATE,
 						"4;%d;rgb:%02x/%02x/%02x", CLocale, ColorNumber,
 						GetRValue(color), GetGValue(color), GetBValue(color));
-					XsParseMode = ModeXsColorNum;
 					SendOSCstr(StrBuff, len);
 				}
 				else if (XsParseColor(StrBuff, &color)) {



Ttssh2-commit メーリングリストの案内
Back to archive index