Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/teraterm/vtterm.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7411 by zmatsuo, Mon Jan 28 13:26:10 2019 UTC revision 7427 by zmatsuo, Sun Feb 10 16:12:40 2019 UTC
# Line 623  void PutChar(BYTE b) Line 623  void PutChar(BYTE b)
623                  CharAttrTmp.Attr |= ts.EnableContinuedLineCopy ? AttrLineContinued : 0;                  CharAttrTmp.Attr |= ts.EnableContinuedLineCopy ? AttrLineContinued : 0;
624          }          }
625    
626  //      if (cv.HLogBuf!=0) Log1Byte(b);          if (cv.HLogBuf !=0) {
627  // (2005.2.20 yutaka)                  // (2005.2.20 yutaka)
628          if (ts.LogTypePlainText) {                  if (ts.LogTypePlainText) {
629                  if (__isascii(b) && !isprint(b)) {                          if (__isascii(b) && !isprint(b)) {
630                          // ASCII文字で、非表示な文字はログ採取しない。                                  // ASCII文字で、非表示な文字はログ採取しない。
631                            } else {
632                                    Log1Byte(b);
633                            }
634                  } else {                  } else {
635                          if (cv.HLogBuf!=0) Log1Byte(b);                          Log1Byte(b);
636                  }                  }
         } else {  
                 if (cv.HLogBuf!=0) Log1Byte(b);  
637          }          }
638    
639          Wrap = FALSE;          Wrap = FALSE;

Legend:
Removed from v.7411  
changed lines
  Added in v.7427

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26