Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/vtterm.c
Parent Directory
| Revision Log
| Patch
| 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; |
| 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 |
|
|
| 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 |
|
|
|