svnno****@sourc*****
svnno****@sourc*****
2010年 8月 12日 (木) 23:54:40 JST
Revision: 3989 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=3989 Author: yutakapon Date: 2010-08-12 23:54:40 +0900 (Thu, 12 Aug 2010) Log Message: ----------- dispstr ã®èª¤è¨ä¿®æ£ã¨æç« æ ¡æ£ã Modified Paths: -------------- trunk/doc/en/html/macro/command/dispstr.html trunk/doc/ja/html/macro/command/dispstr.html -------------- next part -------------- Modified: trunk/doc/en/html/macro/command/dispstr.html =================================================================== --- trunk/doc/en/html/macro/command/dispstr.html 2010-08-12 13:07:45 UTC (rev 3988) +++ trunk/doc/en/html/macro/command/dispstr.html 2010-08-12 14:54:40 UTC (rev 3989) @@ -14,19 +14,19 @@ <h1>dispstr</h1> <p> -Displays data. +Displays character on the client terminal screen. </p> <pre class="macro-syntax"> -dispstr <data1> <data2>.... +dispstr <data1> [<data2>....] </pre> <h2>Remarks</h2> <p> -Causes Tera Term to display characters on the window.<br> -If <data> is a string, the string is displayed on the window. <br> -If <data> is an integer, its lowest-order byte (0-255) is regarded as an ASCII code of the character, and the character is displayed on the window. +Causes Tera Term to display characters on the client terminal screen.<br> +If the <data> is a string type, the string is directly displayed on the terminal screen. <br> +If the <data> is an integer type, its lowest-order byte (0-255) is regarded as an ASCII code of the character, and the corresponding character is displayed on the terminal screen. </p> <h2>Example</h2> @@ -39,21 +39,21 @@ myname='Tera Term' dispstr 'My name is ' myname '.' -; <!--EBhEÌ\¦àeðNA·é--> +; Clear your terminal screen by using the escape sequence. dispstr #$1B"[2J" -; <!--EBhEÌ10sÚ20 ÚÉ Message Æ\¦·é--> +; Display "Message" string along the X=20, Y=10 coordinate in your terminal screen. dispstr #$1B"[10;20HMessage" -; <!--EBhEÌÊuð 100,200 ÉÚ®·é--> +; Move your terminal screen to the X=100, Y=200 coordinate in the desktop. dispstr #$1B"[3;100;200t" </pre> <h2>Note</h2> -<!--p> -±ÌR}hÌoÍàeÍzXg¤©çÍF¯Å«Ü¹ñB»Ì×A±ÌR}hðgp·éÆ\¦óÔªzXg¤ÌzèƸêĵܢA\¦ªöêéÂ\«ª èÜ·B -</p--> +<p> +The remote host can not recognize the dispstr output data. So, the terminal screen may not display properly because the buffer of the terminal screen differs from the remote host screen. +</p> </body> </html> Modified: trunk/doc/ja/html/macro/command/dispstr.html =================================================================== --- trunk/doc/ja/html/macro/command/dispstr.html 2010-08-12 13:07:45 UTC (rev 3988) +++ trunk/doc/ja/html/macro/command/dispstr.html 2010-08-12 14:54:40 UTC (rev 3989) @@ -14,18 +14,18 @@ <h1>dispstr</h1> <p> -f[^ð\¦·éB +¶ð[æÊÉoÍ·éB </p> <pre class="macro-syntax"> -send <data1> <data2>.... +dispstr <data1> [<data2>....] </pre> <h2>ðà</h2> <p> -<data> ª¶ñ^ÌêA¶ñðEChEÉ\¦·éB<br> -<data> ª®^ÌêÍA»Ìl̺ÊoCg(0-255)ð ASCII R[hÆÝȵA»Ì¶ð\¦·éB +<data> ª¶ñ^ÌêA¶ñð»ÌÜÜ[æÊÉ\¦·éB<br> +<data> ª®^ÌêÍA»Ìl̺ÊoCg(0-255)ð ASCII R[hƵĵ¢Aηé¶ð[æÊÉ\¦·éB </p> <h2>á</h2> @@ -38,21 +38,21 @@ myname='Tera Term' dispstr 'My name is ' myname '.' -; EBhEÌ\¦àeðNA·é +; [æÊÌ\¦àeðNA·é dispstr #$1B"[2J" -; EBhEÌ10sÚ20 ÚÉ Message Æ\¦·é +; [æÊÌ10s20 ÚÉ Message Æ\¦·é dispstr #$1B"[10;20HMessage" -; EBhEÌÊuð 100,200 ÉÚ®·é +; [æÊð 100,200 ÉÚ®·é dispstr #$1B"[3;100;200t" </pre> <h2>Ó</h2> + <p> -±ÌR}hÌoÍàeÍzXg¤©çÍF¯Å«Ü¹ñB»Ì×A±ÌR}hðgp·éÆ\¦óÔªzXg¤ÌzèƸêĵܢA\¦ªöêéÂ\«ª èÜ·B +YR}hÌoÍàeÍzXg¤©çÍF¯Å«È¢B»Ì½ßAYR}hðgp·éÆA[æÊÌ\¦óÔªzXg¤Æ¸êĵܢA[æÊÌ\¦ªöêéÂ\«ª éB </p> - </body> </html>