[Ttssh2-commit] [4448] box系マクロコマンドのspecial引数のデフォルトを0に変更

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 4月 18日 (月) 17:39:43 JST


Revision: 4448
          http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4448
Author:   maya
Date:     2011-04-18 17:39:43 +0900 (Mon, 18 Apr 2011)

Log Message:
-----------
box系マクロコマンドのspecial引数のデフォルトを0に変更

Modified Paths:
--------------
    trunk/doc/en/html/about/history.html
    trunk/doc/en/html/macro/command/inputbox.html
    trunk/doc/en/html/macro/command/messagebox.html
    trunk/doc/en/html/macro/command/passwordbox.html
    trunk/doc/en/html/macro/command/statusbox.html
    trunk/doc/en/html/macro/command/strspecial.html
    trunk/doc/en/html/macro/command/yesnobox.html
    trunk/doc/ja/html/about/history.html
    trunk/doc/ja/html/macro/command/inputbox.html
    trunk/doc/ja/html/macro/command/messagebox.html
    trunk/doc/ja/html/macro/command/passwordbox.html
    trunk/doc/ja/html/macro/command/statusbox.html
    trunk/doc/ja/html/macro/command/strspecial.html
    trunk/doc/ja/html/macro/command/yesnobox.html
    trunk/teraterm/ttpmacro/ttl.c


-------------- next part --------------
Modified: trunk/doc/en/html/about/history.html
===================================================================
--- trunk/doc/en/html/about/history.html	2011-04-17 15:20:24 UTC (rev 4447)
+++ trunk/doc/en/html/about/history.html	2011-04-18 08:39:43 UTC (rev 4448)
@@ -46,7 +46,7 @@
       <li>DEC special character font can support the bold and the under line attribute.</li>
       <li>The Meta Key can be only assigned to the left ALT or the right ALT key.</li>
       <li>added support for the NetTerm style mouse event tracking.</li>
-      <li>Resurrected the special argument of the box-style macro command.</li>
+      <li>Resurrected the special argument of the box-style macro command.<!--Žg—p‚Í‚ ‚܂萄§‚³‚ê‚È‚¢BÈ—ªŽž‚̃fƒtƒHƒ‹ƒg‚̓IƒŠƒWƒiƒ‹‚Ƃ̌݊·«‚Ì‚½‚ß 0B--></li>
     </ul>
   </li>
 

Modified: trunk/doc/en/html/macro/command/inputbox.html
===================================================================
--- trunk/doc/en/html/macro/command/inputbox.html	2011-04-17 15:20:24 UTC (rev 4447)
+++ trunk/doc/en/html/macro/command/inputbox.html	2011-04-18 08:39:43 UTC (rev 4448)
@@ -33,7 +33,7 @@
 	<dt class="macro">string &lt;default&gt; (optional default=''(empty))</dt>
 	<dd>The default string on edit control.</dd>
 	
-	<dt class="macro">integer &lt;special&gt; (optional default=1)</dt>
+	<dt class="macro">integer &lt;special&gt; (optional default=0)</dt>
 	<dd>If it is non-zero, following strings in &lt;message&gt; is treated as spacial character.<br>
 	    &lt;special&gt; does not effect to &lt;default&gt;.<br>
 	    
@@ -56,6 +56,7 @@
 	     </tr>
 	    </table>
 	    
+	    <!--‚±‚̃IƒvƒVƒ‡ƒ“‚ÌŽg—p‚͐„§‚³‚ê‚Ü‚¹‚ñBstrspecial ƒ}ƒNƒƒRƒ}ƒ“ƒh‚ðŽg—p‚µ‚Ä•¶Žš—ñ‚ð•ÏŠ·‚·‚邱‚Æ‚Å“¯“™‚ÌŒ‹‰Ê‚𓾂ç‚ê‚Ü‚·B-->
 	</dd>
 
 </dl>

Modified: trunk/doc/en/html/macro/command/messagebox.html
===================================================================
--- trunk/doc/en/html/macro/command/messagebox.html	2011-04-17 15:20:24 UTC (rev 4447)
+++ trunk/doc/en/html/macro/command/messagebox.html	2011-04-18 08:39:43 UTC (rev 4448)
@@ -30,7 +30,7 @@
 	<dt class="macro">string &lt;title&gt;</dt>
 	<dd>It is displayed as the dialog box title.</dd>
 	
-	<dt class="macro">integer &lt;special&gt; (optional default=1)</dt>
+	<dt class="macro">integer &lt;special&gt; (optional default=0)</dt>
 	<dd>If it is non-zero, following strings in &lt;message&gt; is treated as spacial character.<br>
 	    
 	    <table border="2">
@@ -52,6 +52,7 @@
 	     </tr>
 	    </table>
 	    
+	    <!--‚±‚̃IƒvƒVƒ‡ƒ“‚ÌŽg—p‚͐„§‚³‚ê‚Ü‚¹‚ñBstrspecial ƒ}ƒNƒƒRƒ}ƒ“ƒh‚ðŽg—p‚µ‚Ä•¶Žš—ñ‚ð•ÏŠ·‚·‚邱‚Æ‚Å“¯“™‚ÌŒ‹‰Ê‚𓾂ç‚ê‚Ü‚·B-->
 	</dd>
 
 </dl>

Modified: trunk/doc/en/html/macro/command/passwordbox.html
===================================================================
--- trunk/doc/en/html/macro/command/passwordbox.html	2011-04-17 15:20:24 UTC (rev 4447)
+++ trunk/doc/en/html/macro/command/passwordbox.html	2011-04-18 08:39:43 UTC (rev 4448)
@@ -30,7 +30,7 @@
 	<dt class="macro">string &lt;title&gt;</dt>
 	<dd>It is displayed as the dialog box title.</dd>
 	
-	<dt class="macro">integer &lt;special&gt; (optional default=1)</dt>
+	<dt class="macro">integer &lt;special&gt; (optional default=0)</dt>
 	<dd>If it is non-zero, following strings in &lt;message&gt; is treated as spacial character.<br>
 	    
 	    <table border="2">
@@ -52,6 +52,7 @@
 	     </tr>
 	    </table>
 	    
+	    <!--‚±‚̃IƒvƒVƒ‡ƒ“‚ÌŽg—p‚͐„§‚³‚ê‚Ü‚¹‚ñBstrspecial ƒ}ƒNƒƒRƒ}ƒ“ƒh‚ðŽg—p‚µ‚Ä•¶Žš—ñ‚ð•ÏŠ·‚·‚邱‚Æ‚Å“¯“™‚ÌŒ‹‰Ê‚𓾂ç‚ê‚Ü‚·B-->
 	</dd>
 
 </dl>

Modified: trunk/doc/en/html/macro/command/statusbox.html
===================================================================
--- trunk/doc/en/html/macro/command/statusbox.html	2011-04-17 15:20:24 UTC (rev 4447)
+++ trunk/doc/en/html/macro/command/statusbox.html	2011-04-18 08:39:43 UTC (rev 4448)
@@ -30,7 +30,7 @@
 	<dt class="macro">string &lt;title&gt;</dt>
 	<dd>It is displayed as the dialog box title.</dd>
 	
-	<dt class="macro">integer &lt;special&gt; (optional default=1)</dt>
+	<dt class="macro">integer &lt;special&gt; (optional default=0)</dt>
 	<dd>If it is non-zero, following strings in &lt;message&gt; is treated as spacial character.<br>
 	    
 	    <table border="2">
@@ -52,6 +52,7 @@
 	     </tr>
 	    </table>
 	    
+	    <!--‚±‚̃IƒvƒVƒ‡ƒ“‚ÌŽg—p‚͐„§‚³‚ê‚Ü‚¹‚ñBstrspecial ƒ}ƒNƒƒRƒ}ƒ“ƒh‚ðŽg—p‚µ‚Ä•¶Žš—ñ‚ð•ÏŠ·‚·‚邱‚Æ‚Å“¯“™‚ÌŒ‹‰Ê‚𓾂ç‚ê‚Ü‚·B-->
 	</dd>
 
 </dl>

Modified: trunk/doc/en/html/macro/command/strspecial.html
===================================================================
--- trunk/doc/en/html/macro/command/strspecial.html	2011-04-17 15:20:24 UTC (rev 4447)
+++ trunk/doc/en/html/macro/command/strspecial.html	2011-04-18 08:39:43 UTC (rev 4448)
@@ -29,7 +29,7 @@
 Converts the following characters in the &lt;strvar&gt; to special characters.
 </p>
 
-<table>
+<table border="2">
  <tr>
   <th>input</th>
   <th>output</th>

Modified: trunk/doc/en/html/macro/command/yesnobox.html
===================================================================
--- trunk/doc/en/html/macro/command/yesnobox.html	2011-04-17 15:20:24 UTC (rev 4447)
+++ trunk/doc/en/html/macro/command/yesnobox.html	2011-04-18 08:39:43 UTC (rev 4448)
@@ -30,7 +30,7 @@
 	<dt class="macro">string &lt;title&gt;</dt>
 	<dd>It is displayed as the dialog box title.</dd>
 	
-	<dt class="macro">integer &lt;special&gt; (optional default=1)</dt>
+	<dt class="macro">integer &lt;special&gt; (optional default=0)</dt>
 	<dd>If it is non-zero, following strings in &lt;message&gt; is treated as spacial character.<br>
 	    
 	    <table border="2">
@@ -52,6 +52,7 @@
 	     </tr>
 	    </table>
 	    
+	    <!--‚±‚̃IƒvƒVƒ‡ƒ“‚ÌŽg—p‚͐„§‚³‚ê‚Ü‚¹‚ñBstrspecial ƒ}ƒNƒƒRƒ}ƒ“ƒh‚ðŽg—p‚µ‚Ä•¶Žš—ñ‚ð•ÏŠ·‚·‚邱‚Æ‚Å“¯“™‚ÌŒ‹‰Ê‚𓾂ç‚ê‚Ü‚·B-->
 	</dd>
 
 </dl>

Modified: trunk/doc/ja/html/about/history.html
===================================================================
--- trunk/doc/ja/html/about/history.html	2011-04-17 15:20:24 UTC (rev 4447)
+++ trunk/doc/ja/html/about/history.html	2011-04-18 08:39:43 UTC (rev 4448)
@@ -46,7 +46,7 @@
       <li>DEC “ÁŽê•¶Žš‚̃tƒHƒ“ƒg‚ɍ‚‹P“x/‰ºü‘®«‚𔽉f‚·‚é‚悤‚É‚µ‚½B</li>
       <li>Meta Key ‚̐ݒè‚ŁA¶Alt‚â‰EAlt‚Ì‚ÝMeta Key‚ɐݒè‚Å‚«‚é‚悤‚É‚µ‚½B</li>
       <li>NetTerm Œ`Ž®‚̃}ƒEƒXƒCƒxƒ“ƒg’Ê’m‚ɑΉž‚µ‚½B</li>
-      <li>box Œnƒ}ƒNƒƒRƒ}ƒ“ƒh‚Ì special ˆø”‚𕜊ˆ‚³‚¹‚½B</li>
+      <li>box Œnƒ}ƒNƒƒRƒ}ƒ“ƒh‚Ì special ˆø”‚𕜊ˆ‚³‚¹‚½BŽg—p‚Í‚ ‚܂萄§‚³‚ê‚È‚¢BÈ—ªŽž‚̃fƒtƒHƒ‹ƒg‚̓IƒŠƒWƒiƒ‹‚Ƃ̌݊·«‚Ì‚½‚ß 0B</li>
     </ul>
   </li>
 

Modified: trunk/doc/ja/html/macro/command/inputbox.html
===================================================================
--- trunk/doc/ja/html/macro/command/inputbox.html	2011-04-17 15:20:24 UTC (rev 4447)
+++ trunk/doc/ja/html/macro/command/inputbox.html	2011-04-18 08:39:43 UTC (rev 4448)
@@ -33,7 +33,7 @@
 	<dt class="macro">•¶Žš—ñ &lt;default&gt; (ƒIƒvƒVƒ‡ƒ“ ƒfƒtƒHƒ‹ƒg=""(‹ó•¶Žš—ñ))</dt>
 	<dd>ƒGƒfƒBƒbƒgƒRƒ“ƒgƒ[ƒ‹‚̃fƒtƒHƒ‹ƒg•¶Žš—ñ‚Å‚·B</dd>
 	
-	<dt class="macro">®”’l &lt;special&gt; (ƒIƒvƒVƒ‡ƒ“ ƒfƒtƒHƒ‹ƒg=1)</dt>
+	<dt class="macro">®”’l &lt;special&gt; (ƒIƒvƒVƒ‡ƒ“ ƒfƒtƒHƒ‹ƒg=0)</dt>
 	<dd>0 ‚Å‚È‚¢ê‡‚́A&lt;message&gt; ‚ÉŠÜ‚Ü‚ê‚éˆÈ‰º‚Ì•¶Žš—ñ‚Í“ÁŽê•¶Žš‚Æ‚µ‚Ĉµ‚í‚ê‚Ü‚·B<br>
 	    &lt;special&gt; ‚Ì’l‚Í &lt;default&gt; ‚ɂ͉e‹¿‚ð—^‚¦‚Ü‚¹‚ñB<br>
 	    
@@ -56,6 +56,7 @@
 	     </tr>
 	    </table>
 	    
+	    ‚±‚̃IƒvƒVƒ‡ƒ“‚ÌŽg—p‚͐„§‚³‚ê‚Ü‚¹‚ñBstrspecial ƒ}ƒNƒƒRƒ}ƒ“ƒh‚ðŽg—p‚µ‚Ä•¶Žš—ñ‚ð•ÏŠ·‚·‚邱‚Æ‚Å“¯“™‚ÌŒ‹‰Ê‚𓾂ç‚ê‚Ü‚·B
 	</dd>
 
 </dl>
Modified: trunk/doc/ja/html/macro/command/messagebox.html
===================================================================
--- trunk/doc/ja/html/macro/command/messagebox.html	2011-04-17 15:20:24 UTC (rev 4447)
+++ trunk/doc/ja/html/macro/command/messagebox.html	2011-04-18 08:39:43 UTC (rev 4448)
@@ -30,7 +30,7 @@
 	<dt class="macro">•¶Žš—ñ &lt;title&gt;</dt>
 	<dd>ƒ_ƒCƒAƒƒOƒ{ƒbƒNƒX‚̃^ƒCƒgƒ‹B</dd>
 	
-	<dt class="macro">®”’l &lt;special&gt; (ƒIƒvƒVƒ‡ƒ“ ƒfƒtƒHƒ‹ƒg=1)</dt>
+	<dt class="macro">®”’l &lt;special&gt; (ƒIƒvƒVƒ‡ƒ“ ƒfƒtƒHƒ‹ƒg=0)</dt>
 	<dd>0 ‚Å‚È‚¢ê‡‚́A&lt;message&gt; ‚ÉŠÜ‚Ü‚ê‚éˆÈ‰º‚Ì•¶Žš—ñ‚Í“ÁŽê•¶Žš‚Æ‚µ‚Ĉµ‚í‚ê‚Ü‚·B<br>
 	    
 	    <table border="2">
@@ -52,6 +52,7 @@
 	     </tr>
 	    </table>
 	    
+	    ‚±‚̃IƒvƒVƒ‡ƒ“‚ÌŽg—p‚͐„§‚³‚ê‚Ü‚¹‚ñBstrspecial ƒ}ƒNƒƒRƒ}ƒ“ƒh‚ðŽg—p‚µ‚Ä•¶Žš—ñ‚ð•ÏŠ·‚·‚邱‚Æ‚Å“¯“™‚ÌŒ‹‰Ê‚𓾂ç‚ê‚Ü‚·B
 	</dd>
 
 </dl>
Modified: trunk/doc/ja/html/macro/command/passwordbox.html
===================================================================
--- trunk/doc/ja/html/macro/command/passwordbox.html	2011-04-17 15:20:24 UTC (rev 4447)
+++ trunk/doc/ja/html/macro/command/passwordbox.html	2011-04-18 08:39:43 UTC (rev 4448)
@@ -30,7 +30,7 @@
 	<dt class="macro">•¶Žš—ñ &lt;title&gt;</dt>
 	<dd>ƒ_ƒCƒAƒƒOƒ{ƒbƒNƒX‚̃^ƒCƒgƒ‹B</dd>
 	
-	<dt class="macro">®”’l &lt;special&gt; (ƒIƒvƒVƒ‡ƒ“ ƒfƒtƒHƒ‹ƒg=1)</dt>
+	<dt class="macro">®”’l &lt;special&gt; (ƒIƒvƒVƒ‡ƒ“ ƒfƒtƒHƒ‹ƒg=0)</dt>
 	<dd>0 ‚Å‚È‚¢ê‡‚́A&lt;message&gt; ‚ÉŠÜ‚Ü‚ê‚éˆÈ‰º‚Ì•¶Žš—ñ‚Í“ÁŽê•¶Žš‚Æ‚µ‚Ĉµ‚í‚ê‚Ü‚·B<br>
 	    
 	    <table border="2">
@@ -52,6 +52,7 @@
 	     </tr>
 	    </table>
 	    
+	    ‚±‚̃IƒvƒVƒ‡ƒ“‚ÌŽg—p‚͐„§‚³‚ê‚Ü‚¹‚ñBstrspecial ƒ}ƒNƒƒRƒ}ƒ“ƒh‚ðŽg—p‚µ‚Ä•¶Žš—ñ‚ð•ÏŠ·‚·‚邱‚Æ‚Å“¯“™‚ÌŒ‹‰Ê‚𓾂ç‚ê‚Ü‚·B
 	</dd>
 
 </dl>
Modified: trunk/doc/ja/html/macro/command/statusbox.html
===================================================================
--- trunk/doc/ja/html/macro/command/statusbox.html	2011-04-17 15:20:24 UTC (rev 4447)
+++ trunk/doc/ja/html/macro/command/statusbox.html	2011-04-18 08:39:43 UTC (rev 4448)
@@ -30,7 +30,7 @@
 	<dt class="macro">•¶Žš—ñ &lt;title&gt;</dt>
 	<dd>ƒ_ƒCƒAƒƒOƒ{ƒbƒNƒX‚̃^ƒCƒgƒ‹B</dd>
 	
-	<dt class="macro">®”’l &lt;special&gt; (ƒIƒvƒVƒ‡ƒ“ ƒfƒtƒHƒ‹ƒg=1)</dt>
+	<dt class="macro">®”’l &lt;special&gt; (ƒIƒvƒVƒ‡ƒ“ ƒfƒtƒHƒ‹ƒg=0)</dt>
 	<dd>0 ‚Å‚È‚¢ê‡‚́A&lt;message&gt; ‚ÉŠÜ‚Ü‚ê‚éˆÈ‰º‚Ì•¶Žš—ñ‚Í“ÁŽê•¶Žš‚Æ‚µ‚Ĉµ‚í‚ê‚Ü‚·B<br>
 	    
 	    <table border="2">
@@ -52,6 +52,7 @@
 	     </tr>
 	    </table>
 	    
+	    ‚±‚̃IƒvƒVƒ‡ƒ“‚ÌŽg—p‚͐„§‚³‚ê‚Ü‚¹‚ñBstrspecial ƒ}ƒNƒƒRƒ}ƒ“ƒh‚ðŽg—p‚µ‚Ä•¶Žš—ñ‚ð•ÏŠ·‚·‚邱‚Æ‚Å“¯“™‚ÌŒ‹‰Ê‚𓾂ç‚ê‚Ü‚·B
 	</dd>
 
 </dl>

Modified: trunk/doc/ja/html/macro/command/strspecial.html
===================================================================
--- trunk/doc/ja/html/macro/command/strspecial.html	2011-04-17 15:20:24 UTC (rev 4447)
+++ trunk/doc/ja/html/macro/command/strspecial.html	2011-04-18 08:39:43 UTC (rev 4448)
@@ -29,7 +29,7 @@
 •¶Žš—ñ•Ï” &lt;strvar&gt; ‚ÉŠÜ‚Ü‚ê‚éˆÈ‰º‚Ì•¶Žš‚ð“ÁŽê•¶Žš‚É•ÏŠ·‚·‚éB
 </p>
 
-<table>
+<table border="2">
  <tr>
   <th>“ü—Í</th>
   <th>o—Í</th>

Modified: trunk/doc/ja/html/macro/command/yesnobox.html
===================================================================
--- trunk/doc/ja/html/macro/command/yesnobox.html	2011-04-17 15:20:24 UTC (rev 4447)
+++ trunk/doc/ja/html/macro/command/yesnobox.html	2011-04-18 08:39:43 UTC (rev 4448)
@@ -30,7 +30,7 @@
 	<dt class="macro">•¶Žš—ñ &lt;title&gt;</dt>
 	<dd>ƒ_ƒCƒAƒƒOƒ{ƒbƒNƒX‚̃^ƒCƒgƒ‹B</dd>
 	
-	<dt class="macro">®”’l &lt;special&gt; (ƒIƒvƒVƒ‡ƒ“ ƒfƒtƒHƒ‹ƒg=1)</dt>
+	<dt class="macro">®”’l &lt;special&gt; (ƒIƒvƒVƒ‡ƒ“ ƒfƒtƒHƒ‹ƒg=0)</dt>
 	<dd>0 ‚Å‚È‚¢ê‡‚́A&lt;message&gt; ‚ÉŠÜ‚Ü‚ê‚éˆÈ‰º‚Ì•¶Žš—ñ‚Í“ÁŽê•¶Žš‚Æ‚µ‚Ĉµ‚í‚ê‚Ü‚·B<br>
 	    
 	    <table border="2">
@@ -52,6 +52,7 @@
 	     </tr>
 	    </table>
 	    
+	    ‚±‚̃IƒvƒVƒ‡ƒ“‚ÌŽg—p‚͐„§‚³‚ê‚Ü‚¹‚ñBstrspecial ƒ}ƒNƒƒRƒ}ƒ“ƒh‚ðŽg—p‚µ‚Ä•¶Žš—ñ‚ð•ÏŠ·‚·‚邱‚Æ‚Å“¯“™‚ÌŒ‹‰Ê‚𓾂ç‚ê‚Ü‚·B
 	</dd>
 
 </dl>
Modified: trunk/teraterm/ttpmacro/ttl.c
===================================================================
--- trunk/teraterm/ttpmacro/ttl.c	2011-04-17 15:20:24 UTC (rev 4447)
+++ trunk/teraterm/ttpmacro/ttl.c	2011-04-18 08:39:43 UTC (rev 4448)
@@ -2312,7 +2312,7 @@
 {
 	TStrVal Str1, Str2, Str3;
 	WORD Err, ValType, VarId, P;
-	int sp = 1;
+	int sp = 0;
 
 	Err = 0;
 	GetStrVal(Str1,&Err);
@@ -2569,7 +2569,7 @@
 int MessageCommand(int BoxId, LPWORD Err)
 {
 	TStrVal Str1, Str2;
-	int sp = 1;
+	int sp = 0;
 	int ret;
 
 	*Err = 0;



Ttssh2-commit メーリングリストの案内
Back to archive index