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 |
|
|
| 57 |
|
#include "vtdisp_delay.h" |
| 58 |
|
|
| 59 |
#include "vtterm.h" |
#include "vtterm.h" |
| 60 |
|
|
| 61 |
#ifdef _DEBUG |
#ifdef _DEBUG |
| 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); // 非アクティブの場合のみ再描画する |
| 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 |
|
|
|