QuakeGod
2023-05-19 418cb35b936f21415807a2bcc21b2d75934bd4d2
MTerm2/MTerm2View.h
@@ -16,7 +16,7 @@
// 特性
public:
   CMFCStatusBar * m_pStatusBar;
   CStatusBar * m_pStatusBar;
   CMTerm2Doc* GetDocument() const;
   //从文档获取程序
@@ -97,7 +97,7 @@
         return 0;
      };
      int Append(struct stProgSection progsec){
         int n=progsec.Progs.size();
         int n=(int)progsec.Progs.size();
         for (int i = 0; i < n; i++) {
            Progs.push_back(progsec.Progs[i]);
         }
@@ -281,6 +281,8 @@
   afx_msg void OnInputIoComment();
   afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
   int ScanLDSCells(int nStartLine, int nEndLine, int nPosY, int nPosX, int nLevel, stProgSection & progsec, CString & sProgSec, int &nSteps);
   void GetIncToView(stCell cell1);
};
#ifndef _DEBUG  // MultiTerminal2View.cpp 中的调试版本