Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/vtterm.c
Parent Directory
| Revision Log
| Patch
| 1844 |
{ |
{ |
| 1845 |
switch (b) { |
switch (b) { |
| 1846 |
case 'c': /* second terminal report (Secondary DA) */ |
case 'c': /* second terminal report (Secondary DA) */ |
| 1847 |
SendCSIstr(">32;10;2c", 9); /* VT382 */ |
if (Param[1] < 1) { |
| 1848 |
|
SendCSIstr(">32;10;2c", 9); /* VT382 */ |
| 1849 |
|
} |
| 1850 |
break; |
break; |
| 1851 |
case 'J': |
case 'J': |
| 1852 |
if (Param[1]==3) // IO-8256 terminal |
if (Param[1]==3) // IO-8256 terminal |
|
|
Legend:
| Removed from v.3471 |
|
| changed lines |
| |
Added in v.3472 |
|
|
|