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 4418 by doda, Fri Apr 8 01:55:35 2011 UTC revision 4419 by doda, Fri Apr 8 02:41:15 2011 UTC
# Line 2977  void ControlSequence(BYTE b) Line 2977  void ControlSequence(BYTE b)
2977      {      {
2978        if (Param[NParam] < 0)        if (Param[NParam] < 0)
2979          Param[NParam] = 0;          Param[NParam] = 0;
2980        if (Param[NParam]<1000)        if (Param[NParam]<10000)
2981         Param[NParam] = Param[NParam]*10 + b - 0x30;         Param[NParam] = Param[NParam]*10 + b - 0x30;
2982      }      }
2983      else if (b==0x3B)      else if (b==0x3B)

Legend:
Removed from v.4418  
changed lines
  Added in v.4419

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