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 7485 by zmatsuo, Thu Mar 14 15:54:13 2019 UTC revision 7496 by zmatsuo, Mon Mar 18 14:01:33 2019 UTC
# Line 54  Line 54 
54  #include "clipboar.h"  #include "clipboar.h"
55  #include "codeconv.h"  #include "codeconv.h"
56    
57    #include "vtdisp_delay.h"
58    
59  #include "vtterm.h"  #include "vtterm.h"
60    
61  #ifdef _DEBUG  #ifdef _DEBUG
# Line 5748  int VTParse() Line 5750  int VTParse()
5750    
5751          c = CommRead1Byte(&cv,&b);          c = CommRead1Byte(&cv,&b);
5752    
5753          if (c==0) return 0;          if (c==0) {
5754                    if (IsUpdateTerm()) {
5755                            UpdateTerm();
5756                    }
5757                    return 0;
5758            }
5759    
5760          CaretOff();          CaretOff();
5761          UpdateCaretPosition(FALSE);     // 非アクティブの場合のみ再描画する          UpdateCaretPosition(FALSE);     // 非アクティブの場合のみ再描画する
# Line 5807  int VTParse() Line 5814  int VTParse()
5814                          c = CommRead1Byte(&cv,&b);                          c = CommRead1Byte(&cv,&b);
5815          }          }
5816    
5817          BuffUpdateScroll();          if (IsUpdateTerm()) {
5818                    UpdateTerm();
5819            }
5820    
5821          BuffSetCaretWidth();          BuffSetCaretWidth();
5822          UnlockBuffer();          UnlockBuffer();

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

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