[Ttssh2-commit] [3693] 文字列型定数にタブを直接記述できるようにした。

Zurück zum Archiv-Index

svnno****@sourc***** svnno****@sourc*****
2009年 11月 20日 (金) 22:59:54 JST


Revision: 3693
          http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=3693
Author:   doda
Date:     2009-11-20 22:59:54 +0900 (Fri, 20 Nov 2009)

Log Message:
-----------
文字列型定数にタブを直接記述できるようにした。

Modified Paths:
--------------
    trunk/doc/en/html/about/history.html
    trunk/doc/ja/html/about/history.html
    trunk/teraterm/ttpmacro/ttmparse.c


-------------- next part --------------
Modified: trunk/doc/en/html/about/history.html
===================================================================
--- trunk/doc/en/html/about/history.html	2009-11-20 00:50:08 UTC (rev 3692)
+++ trunk/doc/en/html/about/history.html	2009-11-20 13:59:54 UTC (rev 3693)
@@ -36,6 +36,7 @@
     <ul>
       <li>When the Auto Window Close is disabled, the ttermpro.exe can not notify the XTYP_DISCONNECT transaction to the ttpmacro.exe.</li>
       <li>Buf fix: <a href="../menu/setup-additional.html">PasteDelayPerLine</a> setting does not work correctly.</li>
+      <!--li>ƒ}ƒNƒ‚Ì•¶Žš—ñŒ^’萔‚Ƀ^ƒu‚𒼐ړü‚ê‚ç‚ê‚È‚©‚Á‚½–â‘è‚ðC³‚µ‚½B</li-->
     </ul>
   </li>
 

Modified: trunk/doc/ja/html/about/history.html
===================================================================
--- trunk/doc/ja/html/about/history.html	2009-11-20 00:50:08 UTC (rev 3692)
+++ trunk/doc/ja/html/about/history.html	2009-11-20 13:59:54 UTC (rev 3693)
@@ -36,6 +36,7 @@
     <ul>
       <li>Auto Window Close‚ª–³Œø‚̏ꍇAƒ}ƒNƒÚ‘±‚̏I—¹‚ðttpmacro.exe‚É’Ê’m‚Å‚«‚Ä‚¢‚È‚©‚Á‚½–â‘è‚ðC³‚µ‚½B</li>
       <li><a href="../menu/setup-additional.html">PasteDelayPerLine</a>‚ª³‚µ‚­“­‚¢‚Ä‚¢‚È‚©‚Á‚½–â‘è‚ðC³‚µ‚½B</li>
+      <li>ƒ}ƒNƒ‚Ì•¶Žš—ñŒ^’萔‚Ƀ^ƒu‚𒼐ړü‚ê‚ç‚ê‚È‚©‚Á‚½–â‘è‚ðC³‚µ‚½B</li>
     </ul>
   </li>
 

Modified: trunk/teraterm/ttpmacro/ttmparse.c
===================================================================
--- trunk/teraterm/ttpmacro/ttmparse.c	2009-11-20 00:50:08 UTC (rev 3692)
+++ trunk/teraterm/ttpmacro/ttmparse.c	2009-11-20 13:59:54 UTC (rev 3693)
@@ -607,7 +607,7 @@
 
 		b=0;
 		if (LinePtr<LineLen) b = LineBuff[LinePtr];
-		while ((LinePtr<LineLen) && (b>=' ') && (b!=q))
+		while ((LinePtr<LineLen) && (b>=' '||b=='\t') && (b!=q))
 		{
 			if (*i<MaxStrLen-1)
 			{



Ttssh2-commit メーリングリストの案内
Zurück zum Archiv-Index