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 4259 by doda, Mon Dec 27 02:41:32 2010 UTC revision 4271 by doda, Sun Jan 9 18:34:01 2011 UTC
# Line 209  void ResetTerminal() /*reset variables b Line 209  void ResetTerminal() /*reset variables b
209    AutoWrapMode = TRUE;    AutoWrapMode = TRUE;
210    AppliKeyMode = FALSE;    AppliKeyMode = FALSE;
211    AppliCursorMode = FALSE;    AppliCursorMode = FALSE;
212      AppliEscapeMode = FALSE;
213    RelativeOrgMode = FALSE;    RelativeOrgMode = FALSE;
214    ts.ColorFlag &= ~CF_REVERSEVIDEO;    ts.ColorFlag &= ~CF_REVERSEVIDEO;
215    AutoRepeatMode = TRUE;    AutoRepeatMode = TRUE;
# Line 2367  void CSSetAttr()               // SGR Line 2368  void CSSetAttr()               // SGR
2368            case 2004: // Bracketed Paste Mode            case 2004: // Bracketed Paste Mode
2369              BracketedPaste = TRUE;              BracketedPaste = TRUE;
2370              break;              break;
2371              case 7727: // mintty Application Escape Mode
2372                AppliEscapeMode = TRUE;
2373                break;
2374          }          }
2375      }      }
2376    
# Line 2483  void CSSetAttr()               // SGR Line 2487  void CSSetAttr()               // SGR
2487            case 2004: // Bracketed Paste Mode            case 2004: // Bracketed Paste Mode
2488              BracketedPaste = FALSE;              BracketedPaste = FALSE;
2489              break;              break;
2490              case 7727: // mintty Application Escape Mode
2491                AppliEscapeMode = FALSE;
2492                break;
2493          }          }
2494      }      }
2495    
# Line 2519  void CSSetAttr()               // SGR Line 2526  void CSSetAttr()               // SGR
2526      RelativeOrgMode = FALSE;      RelativeOrgMode = FALSE;
2527      AppliKeyMode = FALSE;      AppliKeyMode = FALSE;
2528      AppliCursorMode = FALSE;      AppliCursorMode = FALSE;
2529        AppliEscapeMode = FALSE;
2530      if ((StatusLine>0) &&      if ((StatusLine>0) &&
2531          (CursorY == NumOfLines-1))          (CursorY == NumOfLines-1))
2532        MoveToMainScreen();        MoveToMainScreen();

Legend:
Removed from v.4259  
changed lines
  Added in v.4271

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