Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/vtterm.c
Parent Directory
| Revision Log
| Patch
| 2012 |
switch (b) { |
switch (b) { |
| 2013 |
case 'c': /* second terminal report (Secondary DA) */ |
case 'c': /* second terminal report (Secondary DA) */ |
| 2014 |
if (Param[1] < 1) { |
if (Param[1] < 1) { |
| 2015 |
SendCSIstr(">32;10;2c", 9); /* VT382 */ |
SendCSIstr(">32;100;2c", 10); /* VT382 */ |
| 2016 |
} |
} |
| 2017 |
break; |
break; |
| 2018 |
case 'J': |
case 'J': |
|
|
Legend:
| Removed from v.4021 |
|
| changed lines |
| |
Added in v.4022 |
|
|
|