Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/vtterm.c
Parent Directory
| Revision Log
| Patch
| 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 |
| 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); // 非アクティブの場合のみ再描画する |
| 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 |
|
|
|