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