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 4246 by doda, Tue Dec 21 11:59:56 2010 UTC revision 4250 by doda, Wed Dec 22 06:27:26 2010 UTC
# Line 2053  void CSSetAttr()               // SGR Line 2053  void CSSetAttr()               // SGR
2053          break;          break;
2054        case 14: /* get window size??? */        case 14: /* get window size??? */
2055          if (ts.WindowFlag & WF_WINDOWREPORT) {          if (ts.WindowFlag & WF_WINDOWREPORT) {
2056            /* this is not actual window size */            DispGetWindowSize(&x, &y);
2057            SendCSIstr("4;640;480t", 0);            len = _snprintf_s_l(Report, sizeof(Report), _TRUNCATE, "4;%d;%dt", CLocale, y, x);
2058              SendCSIstr(Report, len);
2059          }          }
2060          break;          break;
2061        case 18: /* get terminal size */        case 18: /* get terminal size */

Legend:
Removed from v.4246  
changed lines
  Added in v.4250

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