Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/vtterm.c
Parent Directory
| Revision Log
| Patch
| 342 |
else if (CursorY < NumOfLines-StatusLine-1) |
else if (CursorY < NumOfLines-StatusLine-1) |
| 343 |
MoveCursor(CursorX,CursorY+1); |
MoveCursor(CursorX,CursorY+1); |
| 344 |
|
|
| 345 |
|
#ifndef NO_COPYLINE_FIX |
| 346 |
|
ClearLineContinued(); |
| 347 |
|
#endif /* NO_COPYLINE_FIX */ |
| 348 |
|
|
| 349 |
if (LFMode) CarriageReturn(logFlag); |
if (LFMode) CarriageReturn(logFlag); |
| 350 |
} |
} |
| 351 |
|
|
|
|
Legend:
| Removed from v.3311 |
|
| changed lines |
| |
Added in v.3312 |
|
|
|