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 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);

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