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 7983 by yutakapon, Sun Aug 18 02:57:16 2019 UTC revision 8103 by doda, Tue Sep 10 03:23:08 2019 UTC
# Line 793  void PutKanji(BYTE b) Line 793  void PutKanji(BYTE b)
793                  MoveRight();                  MoveRight();
794          }          }
795          else {          else {
796                    if (CursorX == LineEnd - 1) {
797                            MoveRight();
798                    }
799                  UpdateStr();                  UpdateStr();
800                  Wrap = AutoWrapMode;                  Wrap = AutoWrapMode;
801          }          }

Legend:
Removed from v.7983  
changed lines
  Added in v.8103

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