[Ttssh2-commit] [4107] SSH2: Control menuのSend breakで、SSHとしての「ブレーク信号」を送信するようにした。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 9月 27日 (月) 20:16:48 JST


Revision: 4107
          http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4107
Author:   yutakapon
Date:     2010-09-27 20:16:48 +0900 (Mon, 27 Sep 2010)

Log Message:
-----------
SSH2: Control menuのSend breakで、SSHとしての「ブレーク信号」を送信するようにした。

FIXME: 
sendbreakマクロに関しては、どのように対応すべきかよく分からなかったため、現時点では未サポート。
SSHコンソールから当該マクロを実行すると、TELNETのブレーク信号が送られる。

Modified Paths:
--------------
    trunk/doc/en/html/about/history.html
    trunk/doc/en/html/macro/command/sendbreak.html
    trunk/doc/ja/html/about/history.html
    trunk/doc/ja/html/macro/command/sendbreak.html


-------------- next part --------------
Modified: trunk/doc/en/html/about/history.html
===================================================================
--- trunk/doc/en/html/about/history.html	2010-09-27 10:26:38 UTC (rev 4106)
+++ trunk/doc/en/html/about/history.html	2010-09-27 11:16:48 UTC (rev 4107)
@@ -1566,6 +1566,12 @@
 
 <h3><a name="ttssh_2.55">2010.x.xx (Ver 2.55 unreleased)</a></h3>
 <ul class="history">
+  <li>Changes
+    <ul>
+     <li>added support for sending a BREAK signal to the remote host on Control menu - Send break(only useful for SSH2). However, the sendbreak macro does not support.</li>
+    </ul>
+  </li>
+
   <li>Bug fixes
     <ul>
       <!--li>SSH2 ”FØ‚ŁAƒT[ƒo‚ª”FØ•ûŽ®‚ð•Ô‚³‚È‚©‚Á‚½‚Æ‚«‚ɃAƒvƒŠƒP[ƒVƒ‡ƒ“‚ª—Ž‚¿‚é–â‘è‚ðC³‚µ‚½B</li-->

Modified: trunk/doc/en/html/macro/command/sendbreak.html
===================================================================
--- trunk/doc/en/html/macro/command/sendbreak.html	2010-09-27 10:26:38 UTC (rev 4106)
+++ trunk/doc/en/html/macro/command/sendbreak.html	2010-09-27 11:16:48 UTC (rev 4107)
@@ -21,5 +21,19 @@
 sendbreak
 </pre>
 
+<h2>Remarks</h2>
+
+<p>
+Raises the break interrupt(Break interrupt indicator) to the host system on the serial console. Also, sends IAC BREAK(255 243) to the host system on the TELNET and SSH console.
+</p>
+
+<h2>Example</h2>
+
+<pre class="macro-example">
+; Calls the help message of Magic SysRq(Linux).
+sendbreak
+send 'h'
+</pre>
+
 </body>
 </html>

Modified: trunk/doc/ja/html/about/history.html
===================================================================
--- trunk/doc/ja/html/about/history.html	2010-09-27 10:26:38 UTC (rev 4106)
+++ trunk/doc/ja/html/about/history.html	2010-09-27 11:16:48 UTC (rev 4107)
@@ -1568,6 +1568,12 @@
 
 <h3><a name="ttssh_2.55">2010.x.xx (Ver 2.55 unreleased)</a></h3>
 <ul class="history">
+  <li>•ÏX
+    <ul>
+     <li>Control menu - Send break‚ŁAƒuƒŒ[ƒNM†(SSH2 only)‚𑗐M‚·‚é‚悤‚É‚µ‚½B‚½‚¾‚µA"sendbreak"ƒ}ƒNƒ‚Í–¢ƒTƒ|[ƒgB</li>
+    </ul>
+  </li>
+
   <li>ƒoƒOC³
     <ul>
       <li>SSH2 ”FØ‚ŁAƒT[ƒo‚ª”FØ•ûŽ®‚ð•Ô‚³‚È‚©‚Á‚½‚Æ‚«‚ɃAƒvƒŠƒP[ƒVƒ‡ƒ“‚ª—Ž‚¿‚é–â‘è‚ðC³‚µ‚½B</li>

Modified: trunk/doc/ja/html/macro/command/sendbreak.html
===================================================================
--- trunk/doc/ja/html/macro/command/sendbreak.html	2010-09-27 10:26:38 UTC (rev 4106)
+++ trunk/doc/ja/html/macro/command/sendbreak.html	2010-09-27 11:16:48 UTC (rev 4107)
@@ -21,5 +21,19 @@
 sendbreak
 </pre>
 
+<h2>‰ðà</h2>
+
+<p>
+ƒVƒŠƒAƒ‹ƒRƒ“ƒ\[ƒ‹‚ł́AƒzƒXƒg‘¤‚ɃuƒŒ[ƒNŠ„‚荞‚Ý(Break interrupt indicator)‚𔭐¶‚³‚¹‚éBTELNET/SSH‚ł́AIAC BREAK(255 243)‚𑗐M‚·‚éB
+</p>
+
+<h2>—á</h2>
+
+<pre class="macro-example">
+; Magic SysRq(Linux) ‚̃wƒ‹ƒv‚ðŒÄ‚яo‚·
+sendbreak
+send 'h'
+</pre>
+
 </body>
 </html>



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