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 4199 by doda, Tue Nov 30 13:19:27 2010 UTC revision 4217 by doda, Thu Dec 16 09:39:48 2010 UTC
# Line 2112  void CSSetAttr()               // SGR Line 2112  void CSSetAttr()               // SGR
2112    
2113    void CSEQ(BYTE b)    void CSEQ(BYTE b)
2114    {    {
2115        char Report[16];
2116        int len;
2117    
2118      switch (b) {      switch (b) {
2119        case 'c': /* Tertiary terminal report (Tertiary DA) */        case 'c': /* Tertiary terminal report (Tertiary DA) */
2120          if (Param[1] < 1) {          if (Param[1] < 1) {
2121            SendDCSstr("!|FFFFFFFF", 0);            len = _snprintf_s_l(Report, sizeof(Report), _TRUNCATE, "!|%8s", CLocale, ts.TerminalUID);
2122              SendDCSstr(Report, len);
2123          }          }
2124          break;          break;
2125      }      }

Legend:
Removed from v.4199  
changed lines
  Added in v.4217

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