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 9354 by zmatsuo, Thu Aug 12 03:06:23 2021 UTC revision 9496 by zmatsuo, Sat Oct 23 16:09:19 2021 UTC
# Line 6282  static BOOL ParseFirstRus(BYTE b) Line 6282  static BOOL ParseFirstRus(BYTE b)
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

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