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 3469 by doda, Fri Jun 12 08:43:03 2009 UTC revision 3470 by doda, Fri Jun 12 10:36:49 2009 UTC
# Line 1839  void CSSetAttr() Line 1839  void CSSetAttr()
1839      switch (b) {      switch (b) {
1840        case 'c': /* second terminal report (Secondary DA) */        case 'c': /* second terminal report (Secondary DA) */
1841          if (Send8BitMode)          if (Send8BitMode)
1842            CommBinaryOut(&cv,"\233>32;10;2c",11); /* VT382 */            CommBinaryOut(&cv,"\233>32;10;2c",10); /* VT382 */
1843          else          else
1844            CommBinaryOut(&cv,"\033[>32;10;2c",11); /* VT382 */            CommBinaryOut(&cv,"\033[>32;10;2c",11); /* VT382 */
1845          break;          break;

Legend:
Removed from v.3469  
changed lines
  Added in v.3470

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