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 3471 by doda, Fri Jun 12 12:02:06 2009 UTC revision 3472 by doda, Fri Jun 12 12:22:45 2009 UTC
# Line 1844  void CSSetAttr() Line 1844  void CSSetAttr()
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

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