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 4893 by maya, Thu Apr 12 08:42:20 2012 UTC revision 4947 by doda, Mon May 14 10:33:37 2012 UTC
# Line 2107  void CSSetAttr()               // SGR Line 2107  void CSSetAttr()               // SGR
2107          break;          break;
2108        case 18: /* get terminal size */        case 18: /* get terminal size */
2109          if (ts.WindowFlag & WF_WINDOWREPORT) {          if (ts.WindowFlag & WF_WINDOWREPORT) {
2110            len = _snprintf_s_l(Report, sizeof(Report), _TRUNCATE, "8;%u;%u;t", CLocale,            len = _snprintf_s_l(Report, sizeof(Report), _TRUNCATE, "8;%u;%ut", CLocale,
2111                                NumOfLines-StatusLine, NumOfColumns);                                NumOfLines-StatusLine, NumOfColumns);
2112            SendCSIstr(Report, len);            SendCSIstr(Report, len);
2113          }          }

Legend:
Removed from v.4893  
changed lines
  Added in v.4947

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