Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/vtterm.c
Parent Directory
| Revision Log
| Patch
| 5156 |
|
|
| 5157 |
static void ParseASCII(BYTE b) |
static void ParseASCII(BYTE b) |
| 5158 |
{ |
{ |
| 5159 |
|
if (ts.Language == IdJapanese) { |
| 5160 |
|
ParseFirstJP(b); |
| 5161 |
|
return; |
| 5162 |
|
} |
| 5163 |
|
|
| 5164 |
if (SSflag) { |
if (SSflag) { |
| 5165 |
PutChar(b); |
PutChar(b); |
| 5166 |
SSflag = FALSE; |
SSflag = FALSE; |
|
|
Legend:
| Removed from v.6515 |
|
| changed lines |
| |
Added in v.6516 |
|
|
|