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 7642 by zmatsuo, Mon May 6 13:40:58 2019 UTC revision 7813 by zmatsuo, Wed Jun 26 13:39:46 2019 UTC
# Line 5636  skip: Line 5636  skip:
5636                  return TRUE;                  return TRUE;
5637          }          }
5638    
5639          if ((buf[0] & 0xf1) == 0xf0 &&          if ((buf[0] & 0xf8) == 0xf0 &&
5640                  (buf[1] & 0xc0) == 0x80 &&                  (buf[1] & 0xc0) == 0x80 &&
5641                  (buf[2] & 0xc0) == 0x80 &&                  (buf[2] & 0xc0) == 0x80 &&
5642                  (buf[3] & 0xc0) == 0x80)                  (buf[3] & 0xc0) == 0x80)

Legend:
Removed from v.7642  
changed lines
  Added in v.7813

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