[Ttssh2-commit] [3888] 英語モードおよびロシア語モードで、 "Line at a time" モードが正しく働かないのを修正。

アーカイブの一覧に戻る

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‚¨‚æ‚уƒVƒAŒêƒ‚[ƒ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 ƒ}ƒNƒƒRƒ}ƒ“ƒh‚É‚¨‚¢‚āAƒtƒ@ƒCƒ‹ƒI[ƒvƒ“ƒGƒ‰[‚ª³‚µ‚­”»’è‚Å‚«‚Ä‚¢‚È‚©‚Á‚½–â‘è‚ðC³‚µ‚½B‚Ü‚½A“ǂݍž‚ݐê—pƒtƒ@ƒCƒ‹‚ɑ΂µ‚ăGƒ‰[‚Æ‚È‚ç‚È‚¢‚悤‚É‚µ‚½B</li>
       <li>USBƒVƒŠƒAƒ‹ƒ|[ƒg‚ªØ’f‚³‚ꂽê‡ACPUŽg—p—¦‚ª100%‚Æ‚È‚é–â‘è‚ðC³‚µ‚½BZ. VickeryŽ‚ÉŠ´ŽÓ‚µ‚Ü‚·B</li>
       <li>XMODEM/YMODEM‚̃Lƒƒƒ“ƒZƒ‹ˆ—‚ð‰ü‘P‚µ‚½BZ. VickeryŽ‚ÉŠ´ŽÓ‚µ‚Ü‚·B</li>
+      <li>‰pŒêƒ‚[ƒh‚¨‚æ‚уƒVƒAŒêƒ‚[ƒ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) {



Ttssh2-commit メーリングリストの案内
アーカイブの一覧に戻る