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 8598 by zmatsuo, Sun Mar 15 15:24:18 2020 UTC revision 8743 by zmatsuo, Sun Apr 26 14:34:30 2020 UTC
# Line 657  void RepeatChar(BYTE b, int count) Line 657  void RepeatChar(BYTE b, int count)
657          }          }
658          else          else
659                  CharAttrTmp.Attr |= CharAttr.Attr;                  CharAttrTmp.Attr |= CharAttr.Attr;
660            CharAttrTmp.AttrEx = CharAttrTmp.Attr;
661    
662          CharAttrWrap = CharAttrTmp;          CharAttrWrap = CharAttrTmp;
663          CharAttrWrap.Attr |= ts.EnableContinuedLineCopy ? AttrLineContinued : 0;          CharAttrWrap.Attr |= ts.EnableContinuedLineCopy ? AttrLineContinued : 0;

Legend:
Removed from v.8598  
changed lines
  Added in v.8743

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