[Ttssh2-commit] [7428] Merge branch 'trunk' r7426 into cmake

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2019年 2月 11日 (月) 01:29:09 JST


Revision: 7428
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/7428
Author:   zmatsuo
Date:     2019-02-11 01:29:09 +0900 (Mon, 11 Feb 2019)
Log Message:
-----------
Merge branch 'trunk' r7426 into cmake

Revision Links:
--------------
    http://sourceforge.jp/projects/ttssh2/scm/svn/commits/7426

Modified Paths:
--------------
    branches/cmake/teraterm/teraterm/vtterm.c

-------------- next part --------------
Modified: branches/cmake/teraterm/teraterm/vtterm.c
===================================================================
--- branches/cmake/teraterm/teraterm/vtterm.c	2019-02-10 16:12:40 UTC (rev 7427)
+++ branches/cmake/teraterm/teraterm/vtterm.c	2019-02-10 16:29:09 UTC (rev 7428)
@@ -624,16 +624,17 @@
 		CharAttrTmp.Attr |= ts.EnableContinuedLineCopy ? AttrLineContinued : 0;
 	}
 
-//	if (cv.HLogBuf!=0) Log1Byte(b);
-// (2005.2.20 yutaka)
-	if (ts.LogTypePlainText) {
-		if (__isascii(b) && !isprint(b)) {
-			// ASCII\x95\xB6\x8E\x9A\x82ŁA\x94\xF1\x95\\x8E\xA6\x82ȕ\xB6\x8E\x9A\x82̓\x8D\x83O\x8D̎悵\x82Ȃ\xA2\x81B
+	if (cv.HLogBuf !=0) {
+		// (2005.2.20 yutaka)
+		if (ts.LogTypePlainText) {
+			if (__isascii(b) && !isprint(b)) {
+				// ASCII\x95\xB6\x8E\x9A\x82ŁA\x94\xF1\x95\\x8E\xA6\x82ȕ\xB6\x8E\x9A\x82̓\x8D\x83O\x8D̎悵\x82Ȃ\xA2\x81B
+			} else {
+				Log1Byte(b);
+			}
 		} else {
-			if (cv.HLogBuf!=0) Log1Byte(b);
+			Log1Byte(b);
 		}
-	} else {
-		if (cv.HLogBuf!=0) Log1Byte(b);
 	}
 
 	Wrap = FALSE;


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