Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/vtterm.c
Parent Directory
| Revision Log
| Patch
| 2171 |
} |
} |
| 2172 |
else ESCFlag = FALSE; |
else ESCFlag = FALSE; |
| 2173 |
|
|
| 2174 |
if (b<US) |
if (b<=US) |
| 2175 |
ParseControl(b); |
ParseControl(b); |
| 2176 |
else if ((b>=0x30) && (b<=0x39)) |
else if ((b>=0x30) && (b<=0x39)) |
| 2177 |
{ |
{ |
|
|
Legend:
| Removed from v.2486 |
|
| changed lines |
| |
Added in v.2487 |
|
|
|