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 7496 by zmatsuo, Mon Mar 18 14:01:33 2019 UTC revision 7499 by zmatsuo, Mon Mar 18 14:13:16 2019 UTC
# Line 54  Line 54 
54  #include "clipboar.h"  #include "clipboar.h"
55  #include "codeconv.h"  #include "codeconv.h"
56    
 #include "vtdisp_delay.h"  
   
57  #include "vtterm.h"  #include "vtterm.h"
58    
59  #ifdef _DEBUG  #ifdef _DEBUG
# Line 5750  int VTParse() Line 5748  int VTParse()
5748    
5749          c = CommRead1Byte(&cv,&b);          c = CommRead1Byte(&cv,&b);
5750    
5751          if (c==0) {          if (c==0) return 0;
                 if (IsUpdateTerm()) {  
                         UpdateTerm();  
                 }  
                 return 0;  
         }  
5752    
5753          CaretOff();          CaretOff();
5754          UpdateCaretPosition(FALSE);     // 非アクティブの場合のみ再描画する          UpdateCaretPosition(FALSE);     // 非アクティブの場合のみ再描画する
# Line 5814  int VTParse() Line 5807  int VTParse()
5807                          c = CommRead1Byte(&cv,&b);                          c = CommRead1Byte(&cv,&b);
5808          }          }
5809    
5810          if (IsUpdateTerm()) {          BuffUpdateScroll();
                 UpdateTerm();  
         }  
5811    
5812          BuffSetCaretWidth();          BuffSetCaretWidth();
5813          UnlockBuffer();          UnlockBuffer();

Legend:
Removed from v.7496  
changed lines
  Added in v.7499

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