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 4644 by doda, Tue Sep 20 04:00:32 2011 UTC revision 4687 by doda, Mon Oct 24 12:36:52 2011 UTC
# Line 928  void ParseControl(BYTE b) Line 928  void ParseControl(BYTE b)
928        LineFeed(0,TRUE);        LineFeed(0,TRUE);
929        CarriageReturn(TRUE);        CarriageReturn(TRUE);
930        break;        break;
931      case HTS: SetTabStop(); break;      case HTS: if (ts.TabStopFlag & TABF_HTS8) SetTabStop(); break;
932      case RI: CursorUpWithScroll(); break;      case RI: CursorUpWithScroll(); break;
933      case SS2:      case SS2:
934        GLtmp = 2;        GLtmp = 2;
# Line 1271  void ParseEscape(BYTE b) /* b is the fin Line 1271  void ParseEscape(BYTE b) /* b is the fin
1271            LineFeed(0,TRUE);            LineFeed(0,TRUE);
1272            break;            break;
1273          case 'H': /* HTS */          case 'H': /* HTS */
1274            SetTabStop();            if (ts.TabStopFlag & TABF_HTS7) SetTabStop();
1275            break;            break;
1276          case 'M': /* RI */          case 'M': /* RI */
1277            CursorUpWithScroll();            CursorUpWithScroll();

Legend:
Removed from v.4644  
changed lines
  Added in v.4687

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