Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/vtterm.c
Parent Directory
| Revision Log
| Patch
| 6282 |
// returns if b is processed |
// returns if b is processed |
| 6283 |
{ |
{ |
| 6284 |
if (b>=128) { |
if (b>=128) { |
|
#if !UNICODE_INTERNAL_BUFF |
|
|
b = RussConv(ts.RussHost,ts.RussClient,b); |
|
| 6285 |
PutChar(b); |
PutChar(b); |
|
#else |
|
|
PutChar(b); |
|
|
#endif |
|
| 6286 |
return TRUE; |
return TRUE; |
| 6287 |
} |
} |
| 6288 |
return FALSE; |
return FALSE; |
|
|
Legend:
| Removed from v.9354 |
|
| changed lines |
| |
Added in v.9496 |
|
|
|