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 5324 by doda, Mon Jun 17 12:14:30 2013 UTC revision 5325 by doda, Mon Jun 17 17:47:08 2013 UTC
# Line 1440  void EscapeSequence(BYTE b) Line 1440  void EscapeSequence(BYTE b)
1440    JustAfterESC = FALSE;    JustAfterESC = FALSE;
1441  }  }
1442    
1443    void CSInsertCharacter()    void CSInsertCharacter()              // ICH
1444    {    {
1445    // Insert space characters at cursor    // Insert space characters at cursor
1446      int Count;      int Count;
# Line 1627  void CSQSelScreenErase() Line 1627  void CSQSelScreenErase()
1627      BuffDeleteLines(Count,YEnd);      BuffDeleteLines(Count,YEnd);
1628    }    }
1629    
1630    void CSDeleteCharacter()    void CSDeleteCharacter()              // DCH
1631    {    {
1632    // Delete characters in current line from cursor    // Delete characters in current line from cursor
1633    
# Line 1636  void CSQSelScreenErase() Line 1636  void CSQSelScreenErase()
1636      BuffDeleteChars(Param[1]);      BuffDeleteChars(Param[1]);
1637    }    }
1638    
1639    void CSEraseCharacter()    void CSEraseCharacter()               // ECH
1640    {    {
1641      if (Param[1]<1) Param[1] = 1;      if (Param[1]<1) Param[1] = 1;
1642      BuffUpdateScroll();      BuffUpdateScroll();

Legend:
Removed from v.5324  
changed lines
  Added in v.5325

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