Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/vtterm.c
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
|