Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/vtterm.c
Parent Directory
| Revision Log
| Patch
| 6496 |
return 0; |
return 0; |
| 6497 |
} |
} |
| 6498 |
|
|
| 6499 |
|
if (FLogGetCount() >= InBuffSize - 10) { |
| 6500 |
|
// 自分のバッファに余裕がない場合は、CPUスケジューリングを他に回し、 |
| 6501 |
|
// CPUがストールするの防ぐ。 |
| 6502 |
|
// (2006.10.13 yutaka) |
| 6503 |
|
Sleep(1); |
| 6504 |
|
return 0; |
| 6505 |
|
} |
| 6506 |
|
|
| 6507 |
c = CommRead1Byte(&cv,&b); |
c = CommRead1Byte(&cv,&b); |
| 6508 |
|
|
| 6509 |
if (c==0) return 0; |
if (c==0) return 0; |
|
|
Legend:
| Removed from v.8863 |
|
| changed lines |
| |
Added in v.8897 |
|
|
|