svnno****@sourc*****
svnno****@sourc*****
2010年 5月 14日 (金) 21:28:55 JST
Revision: 3888 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=3888 Author: doda Date: 2010-05-14 21:28:55 +0900 (Fri, 14 May 2010) Log Message: ----------- è±èªã¢ã¼ãããã³ãã·ã¢èªã¢ã¼ãã§ã"Line at a time" ã¢ã¼ããæ£ããåããªãã®ãä¿®æ£ã http://logmett.com/forum/viewtopic.php?f=8&t=1389 # è±èªã¢ã¼ãã§ã®ãã§ãã¯ãæ¼ãã¦ã⦠orz Modified Paths: -------------- trunk/doc/en/html/about/history.html trunk/doc/ja/html/about/history.html trunk/teraterm/ttpcmn/ttcmn.c -------------- next part -------------- Modified: trunk/doc/en/html/about/history.html =================================================================== --- trunk/doc/en/html/about/history.html 2010-05-14 12:21:04 UTC (rev 3887) +++ trunk/doc/en/html/about/history.html 2010-05-14 12:28:55 UTC (rev 3888) @@ -65,6 +65,7 @@ <li>The crc32file macro command does not work correctly for handling the file opening error. And also, the command supports the read-only file.</li> <li>Fixed a problem where TeraTerm consumes 100% CPU if a USB serial port is disconnected. Special thanks to Z. Vickery.</li> <li>Improved the cancellation logic for XModem and YModem transfers'. Special thanks to Z. Vickery.</li> + <!--li>pê[h¨æÑVAê[hÅA"Line at a time" [hª³µ©È¢ÌðC³µ½B Special thanks to p3g4asus.</li--> </ul> </li> Modified: trunk/doc/ja/html/about/history.html =================================================================== --- trunk/doc/ja/html/about/history.html 2010-05-14 12:21:04 UTC (rev 3887) +++ trunk/doc/ja/html/about/history.html 2010-05-14 12:28:55 UTC (rev 3888) @@ -65,6 +65,7 @@ <li>crc32file }NR}hɨ¢ÄAt@CI[vG[ª³µ»èūĢȩÁ½âèðC³µ½BܽAÇÝÝêpt@CÉεÄG[ÆÈçÈ¢æ¤Éµ½B</li> <li>USBVA|[gªØf³ê½êACPUgp¦ª100%ÆÈéâèðC³µ½BZ. VickeryɴӵܷB</li> <li>XMODEM/YMODEMÌLZðüPµ½BZ. VickeryɴӵܷB</li> + <li>pê[h¨æÑVAê[hÅA"Line at a time" [hª³µ©È¢ÌðC³µ½Bp3g4asusɴӵܷB</li> </ul> </li> Modified: trunk/teraterm/ttpcmn/ttcmn.c =================================================================== --- trunk/teraterm/ttpcmn/ttcmn.c 2010-05-14 12:21:04 UTC (rev 3887) +++ trunk/teraterm/ttpcmn/ttcmn.c 2010-05-14 12:28:55 UTC (rev 3888) @@ -1506,6 +1506,7 @@ if (cv->TelLineMode) { Full = OutBuffSize - cv->LineModeBuffCount - TempLen < 0; if (!Full) { + i++; memcpy(&(cv->LineModeBuff[cv->LineModeBuffCount]), TempStr, TempLen); cv->LineModeBuffCount += TempLen; if (cv->Flush) {