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 3289 by doda, Tue Apr 7 06:01:01 2009 UTC revision 3296 by doda, Wed Apr 8 14:00:33 2009 UTC
# Line 1899  void CSSetAttr() Line 1899  void CSSetAttr()
1899              if (ts.MouseEventTracking)              if (ts.MouseEventTracking)
1900                MouseReportMode = IdMouseTrackX10;                MouseReportMode = IdMouseTrackX10;
1901              break;              break;
1902              case 12: ts.NonblinkingCursor = FALSE; ChangeCaret(); break;
1903            case 19: PrintEX = TRUE; break;            case 19: PrintEX = TRUE; break;
1904            case 25: DispEnableCaret(TRUE); break; // cursor on            case 25: DispEnableCaret(TRUE); break; // cursor on
1905            case 38:            case 38:
# Line 2000  void CSSetAttr() Line 2001  void CSSetAttr()
2001            case 7: AutoWrapMode = FALSE; break;            case 7: AutoWrapMode = FALSE; break;
2002            case 8: AutoRepeatMode = FALSE; break;            case 8: AutoRepeatMode = FALSE; break;
2003            case 9: MouseReportMode = IdMouseTrackNone; break;            case 9: MouseReportMode = IdMouseTrackNone; break;
2004              case 12: ts.NonblinkingCursor = TRUE; ChangeCaret(); break;
2005            case 19: PrintEX = FALSE; break;            case 19: PrintEX = FALSE; break;
2006            case 25: DispEnableCaret(FALSE); break; // cursor off            case 25: DispEnableCaret(FALSE); break; // cursor off
2007            case 59:            case 59:

Legend:
Removed from v.3289  
changed lines
  Added in v.3296

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