Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/vtterm.c
Parent Directory
| Revision Log
| Patch
| 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: |
| 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 |
|
|
|