[Ttssh2-commit] [5348] UseNormalBGColor が on の時、OSC 11 の後の OSC 111 で各属性色の背景色がリセットされない問題を修正。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2013年 8月 7日 (水) 15:21:56 JST


Revision: 5348
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5348
Author:   doda
Date:     2013-08-07 15:21:54 +0900 (Wed, 07 Aug 2013)
Log Message:
-----------
UseNormalBGColor が on の時、OSC 11 の後の OSC 111 で各属性色の背景色がリセットされない問題を修正。

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

-------------- next part --------------
Modified: trunk/teraterm/teraterm/vtdisp.c
===================================================================
--- trunk/teraterm/teraterm/vtdisp.c	2013-07-27 14:15:51 UTC (rev 5347)
+++ trunk/teraterm/teraterm/vtdisp.c	2013-08-07 06:21:54 UTC (rev 5348)
@@ -3541,9 +3541,9 @@
 			ANSIColor[IdBack ] = ts.VTColor[1]; // use background color for "Black"
 		}
 		if (ts.UseNormalBGColor) {
-			ts.VTBoldColor[1] = ts.VTColor[1];
-			ts.VTBlinkColor[1] = ts.VTColor[1];
-			ts.URLColor[1] = ts.VTColor[1];
+			BGVTBoldColor[1] = ts.VTColor[1];
+			BGVTBlinkColor[1] = ts.VTColor[1];
+			BGURLColor[1] = ts.VTColor[1];
 		}
 		break;
 		break;



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