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 8863 by zmatsuo, Sat Jul 25 16:00:58 2020 UTC revision 8897 by zmatsuo, Tue Aug 18 15:27:54 2020 UTC
# Line 6496  int VTParse() Line 6496  int VTParse()
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

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