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 7272 by doda, Wed Nov 21 08:45:29 2018 UTC revision 7273 by doda, Wed Nov 21 08:45:33 2018 UTC
# Line 2463  void CSSunSequence() /* Sun terminal pri Line 2463  void CSSunSequence() /* Sun terminal pri
2463                  }                  }
2464                  break;                  break;
2465    
2466              case 16: // Report character cell size (pixel)
2467                    if (ts.WindowFlag & WF_WINDOWREPORT) {
2468                            len = _snprintf_s_l(Report, sizeof(Report), _TRUNCATE, "6;%d;%dt", CLocale, FontHeight, FontWidth);
2469                            SendCSIstr(Report, len);
2470                    }
2471                    break;
2472    
2473            case 18: /* get terminal size */            case 18: /* get terminal size */
2474                  if (ts.WindowFlag & WF_WINDOWREPORT) {                  if (ts.WindowFlag & WF_WINDOWREPORT) {
2475                          len = _snprintf_s_l(Report, sizeof(Report), _TRUNCATE, "8;%u;%ut", CLocale,                          len = _snprintf_s_l(Report, sizeof(Report), _TRUNCATE, "8;%u;%ut", CLocale,

Legend:
Removed from v.7272  
changed lines
  Added in v.7273

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