[Ttssh2-commit] [3638] setdebug マクロコマンドのドキュメントを追加した。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 10月 10日 (土) 00:19:27 JST


Revision: 3638
          http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=3638
Author:   yutakapon
Date:     2009-10-10 00:19:27 +0900 (Sat, 10 Oct 2009)

Log Message:
-----------
setdebug マクロコマンドのドキュメントを追加した。

Modified Paths:
--------------
    trunk/doc/en/html/about/history.html
    trunk/doc/en/html/macro/command/index.html
    trunk/doc/en/teraterm.hhc
    trunk/doc/en/teraterm.hhp
    trunk/doc/ja/html/about/history.html
    trunk/doc/ja/html/macro/command/index.html
    trunk/doc/ja/teraterm.hhc
    trunk/doc/ja/teraterm.hhp

Added Paths:
-----------
    trunk/doc/en/html/macro/command/setdebug.html
    trunk/doc/ja/html/macro/command/setdebug.html


-------------- next part --------------
Modified: trunk/doc/en/html/about/history.html
===================================================================
--- trunk/doc/en/html/about/history.html	2009-10-08 16:38:28 UTC (rev 3637)
+++ trunk/doc/en/html/about/history.html	2009-10-09 15:19:27 UTC (rev 3638)
@@ -30,7 +30,7 @@
 
 <h2><a name="teraterm">Tera Term</a></h2>
 
-<h3><a name="teraterm_4.64">2009.10.8 (Ver 4.64 unreleased)</a></h3>
+<h3><a name="teraterm_4.64">2009.10.9 (Ver 4.64 unreleased)</a></h3>
 <ul class="history">
   <li>Changes
     <ul>
@@ -41,6 +41,7 @@
       <li>added support for resizing the list box in the Broadcast Command window.</li>
       <li>The list box in the Broadcast Command periodically updates.</li>
       <li>added the status bar at the bottom of the ConfirmChangePaste dialog.</li>
+      <li>added the "<a href="../macro/command/setdebug.html">setdebug</a>" macro command.</li>
     </ul>
   </li>
 

Modified: trunk/doc/en/html/macro/command/index.html
===================================================================
--- trunk/doc/en/html/macro/command/index.html	2009-10-08 16:38:28 UTC (rev 3637)
+++ trunk/doc/en/html/macro/command/index.html	2009-10-09 15:19:27 UTC (rev 3638)
@@ -57,6 +57,7 @@
  <li><a href="sendlnbroadcast.html">sendlnbroadcast</a> (version 4.62 or later)
  <li><a href="sendmulticast.html">sendmulticast</a> (version 4.62 or later)
  <li><a href="setbaud.html">setbaud</a> (version 4.58 or later)
+ <li><a href="setdebug.html">setdebug</a> (version 4.64 or later)
  <li><a href="setdtr.html">setdtr</a> (version 4.59 or later)
  <li><a href="setecho.html">setecho</a>
  <li><a href="setmulticastname.html">setmulticastname</a> (version 4.62 or later)

Added: trunk/doc/en/html/macro/command/setdebug.html
===================================================================
--- trunk/doc/en/html/macro/command/setdebug.html	                        (rev 0)
+++ trunk/doc/en/html/macro/command/setdebug.html	2009-10-09 15:19:27 UTC (rev 3638)
@@ -0,0 +1,50 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+  "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+  <title>setdebug</title>
+  <meta http-equiv="Content-Style-Type" content="text/css">
+  <link rel="stylesheet" href="../../style.css" type="text/css">
+</head>
+
+<body>
+
+
+<h1>setdebug</h1>
+
+<p>
+Configures the debug mode to Tera Term.
+</p>
+
+<pre class="macro-syntax">
+setdebug &lt;flag&gt;
+</pre>
+
+<h2>Remarks</h2>
+
+<p>
+Set the debug flag of Tera Term by using below flags. It is possible to wait the control code to enabling the debug mode.
+<br>
+<br>
+
+0: no debug: output as usual<br>
+1: usual teraterm debug mode (described in <a href="../../setup/teraterm-term.html#displayall">here</a>)<br>
+2: hex output. Received bytes are printed in hex format (capital letters) separated by a space<br>
+3: disable output completely<br>
+</p>
+
+<h2>Example</h2>
+
+<pre class="macro-example">
+setdebug 2
+wait '09 0D 0A'
+setdebug 0
+</pre>
+
+<h2>Reference</h2>
+
+<a href="wait.html">wait</a><br>
+
+</body>
+</html>

Modified: trunk/doc/en/teraterm.hhc
===================================================================
--- trunk/doc/en/teraterm.hhc	2009-10-08 16:38:28 UTC (rev 3637)
+++ trunk/doc/en/teraterm.hhc	2009-10-09 15:19:27 UTC (rev 3638)
@@ -774,6 +774,11 @@
 					<param name="ImageNumber" value="11">
 					</OBJECT>
 				<LI> <OBJECT type="text/sitemap">
+					<param name="Name" value="setdebug">
+					<param name="Local" value="html\macro\command\setdebug.html">
+					<param name="ImageNumber" value="11">
+					</OBJECT>
+				<LI> <OBJECT type="text/sitemap">
 					<param name="Name" value="setdtr">
 					<param name="Local" value="html\macro\command\setdtr.html">
 					<param name="ImageNumber" value="11">

Modified: trunk/doc/en/teraterm.hhp
===================================================================
--- trunk/doc/en/teraterm.hhp	2009-10-08 16:38:28 UTC (rev 3637)
+++ trunk/doc/en/teraterm.hhp	2009-10-09 15:19:27 UTC (rev 3638)
@@ -251,6 +251,7 @@
 HlpMacroCommandSetdir=html\macro\command\setdir.html
 HlpMacroCommandSetdlgpos=html\macro\command\setdlgpos.html
 HlpMacroCommandSetbaud=html\macro\command\setbaud.html
+HlpMacroCommandSetDebug=html\macro\command\setdebug.html
 HlpMacroCommandSetdtr=html\macro\command\setdtr.html
 HlpMacroCommandSetecho=html\macro\command\setecho.html
 HlpMacroCommandSetenv=html\macro\command\setenv.html

Modified: trunk/doc/ja/html/about/history.html
===================================================================
--- trunk/doc/ja/html/about/history.html	2009-10-08 16:38:28 UTC (rev 3637)
+++ trunk/doc/ja/html/about/history.html	2009-10-09 15:19:27 UTC (rev 3638)
@@ -30,7 +30,7 @@
 
 <h2><a name="teraterm">Tera Term</a></h2>
 
-<h3><a name="teraterm_4.64">2009.10.8 (Ver 4.64 unreleased)</a></h3>
+<h3><a name="teraterm_4.64">2009.10.9 (Ver 4.64 unreleased)</a></h3>
 <ul class="history">
   <li>•ÏX
     <ul>
@@ -41,6 +41,7 @@
       <li>Broadcast Command‚̃_ƒCƒAƒƒOƒ{ƒbƒNƒX‚ðƒTƒCƒY•ÏX‚Å‚«‚é‚悤‚É‚µ‚½B</li>
       <li>Broadcast Command‚̃ŠƒXƒgƒ{ƒbƒNƒX‚ð’èŠú“I‚ɍXV‚·‚é‚悤‚É‚µ‚½B</li>
       <li>ConfirmChangePasteƒ_ƒCƒAƒƒO‚ɃXƒe[ƒ^ƒXƒo[‚ð’ljÁ‚µ‚½B</li>
+      <li>ƒ}ƒNƒƒRƒ}ƒ“ƒh "<a href="../macro/command/setdebug.html">setdebug</a>" ‚ð’ljÁ‚µ‚½B</li>
     </ul>
   </li>
 

Modified: trunk/doc/ja/html/macro/command/index.html
===================================================================
--- trunk/doc/ja/html/macro/command/index.html	2009-10-08 16:38:28 UTC (rev 3637)
+++ trunk/doc/ja/html/macro/command/index.html	2009-10-09 15:19:27 UTC (rev 3638)
@@ -57,6 +57,7 @@
  <li><a href="sendlnbroadcast.html">sendlnbroadcast</a> (ƒo[ƒWƒ‡ƒ“ 4.62ˆÈ~)
  <li><a href="sendmulticast.html">sendmulticast</a> (ƒo[ƒWƒ‡ƒ“ 4.62ˆÈ~)
  <li><a href="setbaud.html">setbaud</a> (ƒo[ƒWƒ‡ƒ“ 4.58ˆÈ~)
+ <li><a href="setdebug.html">setdebug</a> (ƒo[ƒWƒ‡ƒ“ 4.64ˆÈ~)
  <li><a href="setdtr.html">setdtr</a> (ƒo[ƒWƒ‡ƒ“ 4.59ˆÈ~)
  <li><a href="setecho.html">setecho</a>
  <li><a href="setmulticastname.html">setmulticastname</a> (ƒo[ƒWƒ‡ƒ“ 4.62ˆÈ~)

Added: trunk/doc/ja/html/macro/command/setdebug.html
===================================================================
--- trunk/doc/ja/html/macro/command/setdebug.html	                        (rev 0)
+++ trunk/doc/ja/html/macro/command/setdebug.html	2009-10-09 15:19:27 UTC (rev 3638)
@@ -0,0 +1,50 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+  "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
+  <title>setdebug</title>
+  <meta http-equiv="Content-Style-Type" content="text/css">
+  <link rel="stylesheet" href="../../style.css" type="text/css">
+</head>
+
+<body>
+
+
+<h1>setdebug</h1>
+
+<p>
+ƒfƒoƒbƒOƒ‚[ƒh‚ðÝ’è‚·‚éB
+</p>
+
+<pre class="macro-syntax">
+setdebug &lt;flag&gt;
+</pre>
+
+<h2>‰ðà</h2>
+
+<p>
+ˆÈ‰º‚̃tƒ‰ƒO‚É‚æ‚èATera Term‚̃fƒoƒbƒOƒ‚[ƒh‚ðÝ’è‚·‚éBƒfƒoƒbƒOƒ‚[ƒh‚ð—LŒø‚É‚·‚邱‚ƂŁA"wait"ƒRƒ}ƒ“ƒh‚Łu§ŒäƒR[ƒhv‚ð‘҂‚±‚Æ‚ª‚Å‚«‚éB
+<br>
+<br>
+
+0: ƒfƒoƒbƒOƒ‚[ƒh–³ŒøB’ʏío—Í‚ðs‚¤B<br>
+1: ]—ˆ‚̃fƒoƒbƒOƒ‚[ƒhiÚ×‚Í<a href="../../setup/teraterm-term.html#displayall">‚±‚¿‚ç</a>j<br>
+2: 16io—̓‚[ƒhBŽóMƒf[ƒ^‚ð‘啶Žš‚Ì16i”‚ŁA‹ó”’‚ð‚ ‚¯‚Ä•\Ž¦‚·‚éB<br>
+3: o—Í‚ðˆêØ‚µ‚È‚¢B<br>
+</p>
+
+<h2>—á</h2>
+
+<pre class="macro-example">
+setdebug 2
+wait '09 0D 0A'
+setdebug 0
+</pre>
+
+<h2>ŽQÆ</h2>
+
+<a href="wait.html">wait</a><br>
+
+</body>
+</html>

Modified: trunk/doc/ja/teraterm.hhc
===================================================================
--- trunk/doc/ja/teraterm.hhc	2009-10-08 16:38:28 UTC (rev 3637)
+++ trunk/doc/ja/teraterm.hhc	2009-10-09 15:19:27 UTC (rev 3638)
@@ -787,6 +787,10 @@
 					<param name="ImageNumber" value="11">
 					</OBJECT>
 				<LI> <OBJECT type="text/sitemap">
+					<param name="Name" value="setdebug">
+					<param name="Local" value="html\macro\command\setdebug.html">
+					</OBJECT>
+				<LI> <OBJECT type="text/sitemap">
 					<param name="Name" value="setdtr">
 					<param name="Local" value="html\macro\command\setdtr.html">
 					<param name="ImageNumber" value="11">

Modified: trunk/doc/ja/teraterm.hhp
===================================================================
--- trunk/doc/ja/teraterm.hhp	2009-10-08 16:38:28 UTC (rev 3637)
+++ trunk/doc/ja/teraterm.hhp	2009-10-09 15:19:27 UTC (rev 3638)
@@ -261,6 +261,7 @@
 HlpMacroCommandSetdir=html\macro\command\setdir.html
 HlpMacroCommandSetdlgpos=html\macro\command\setdlgpos.html
 HlpMacroCommandSetbaud=html\macro\command\setbaud.html
+HlpMacroCommandSetDebug=html\macro\command\setdebug.html
 HlpMacroCommandSetdtr=html\macro\command\setdtr.html
 HlpMacroCommandSetecho=html\macro\command\setecho.html
 HlpMacroCommandSetenv=html\macro\command\setenv.html



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