Develop and Download Open Source Software
Login
Create Account
Help
MY OSDN
Find Software
Magazine
Develop
Pastebin
Software
People
PersonalForge
Magazine
Wiki
OSDN
>
Find Software
>
Tera Term
Tera Term
Summary
Project Summary
Developer Dashboard
Project Reviews
Web Page
Developers
List of RSS Feeds
Statistics
History
Image Gallery
Search Keywords
News
Listed News
Help
Downloads
List of Releases
Help
Source Code
Guide
Browse CVS
Browse SVN
Help
Wiki
FrontPage
Title index
Recent changes
Wiki Search
Help
Docs
List Docs
Help
Forums
List of Forums
Open Discussion (173)
Help (428)
Help
Mailing Lists
list of ML
ttssh2-commit
ttssh2-dev
ttssh2-users
Help
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Help
Browse Subversion Repository
/
[ttssh2]
/
trunk
/
teraterm
/
teraterm
/
vtterm.c
Diff of /trunk/teraterm/teraterm/vtterm.c
Parent Directory
|
Revision Log
|
Patch
revision
5431
by
doda
, Sat Nov 23 17:19:04 2013 UTC
revision
5502
by
doda
, Fri Mar 7 02:48:39 2014 UTC
#
Line 1733
void CSCursorLeft(BOOL AffectMargin) //
Line 1733
void CSCursorLeft(BOOL AffectMargin) //
1733
MoveCursor(NewX, CursorY);
MoveCursor(NewX, CursorY);
1734
}
}
1735
1736
void CSMoveToLineN()
void CSMoveToLineN() // VPA
1737
{
{
1738
if (Param[1]<1) Param[1] = 1;
if (Param[1]<1) Param[1] = 1;
1739
if (RelativeOrgMode)
if (RelativeOrgMode)
#
Line 2199
void CSSetAttr() // SGR
Line 2199
void CSSetAttr() // SGR
2199
BuffSetCurCharAttr(CharAttr);
BuffSetCurCharAttr(CharAttr);
2200
}
}
2201
2202
void CSSetScrollRegion()
void CSSetScrollRegion() // DECSTBM
2203
{
{
2204
if (isCursorOnStatusLine) {
if (isCursorOnStatusLine) {
2205
MoveCursor(0,CursorY);
MoveCursor(0,CursorY);
#
Line 2221
void CSSetAttr() // SGR
Line 2221
void CSSetAttr() // SGR
2221
else MoveCursor(0,0);
else MoveCursor(0,0);
2222
}
}
2223
2224
void CSSetLRScrollRegion()
void CSSetLRScrollRegion() // DECSLRM
2225
{
{
2226
// if (isCursorOnStatusLine) {
// if (isCursorOnStatusLine) {
2227
// MoveCursor(0,CursorY);
// MoveCursor(0,CursorY);
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
Legend:
Removed from v.5431
changed lines
Added in v.5502
Back to OSDN
">
Back to OSDN
ViewVC Help
Powered by
ViewVC 1.1.26