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 2486 by doda, Wed Apr 23 02:58:12 2008 UTC revision 2487 by doda, Wed Apr 23 15:11:07 2008 UTC
# Line 2171  void DeviceControl(BYTE b) Line 2171  void DeviceControl(BYTE b)
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

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