Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/vtterm.c
Parent Directory
| Revision Log
| Patch
| 2500 |
switch (b) { |
switch (b) { |
| 2501 |
case 'c': /* second terminal report (Secondary DA) */ |
case 'c': /* second terminal report (Secondary DA) */ |
| 2502 |
if (Param[1] < 1) { |
if (Param[1] < 1) { |
| 2503 |
SendCSIstr(">32;100;2c", 0); /* VT382 */ |
SendCSIstr(">32;278;2c", 0); /* VT382(>32) + xterm rev 278 */ |
| 2504 |
} |
} |
| 2505 |
break; |
break; |
| 2506 |
case 'J': // IO-8256 terminal |
case 'J': // IO-8256 terminal |
|
|
Legend:
| Removed from v.5568 |
|
| changed lines |
| |
Added in v.5569 |
|
|
|