[Ttssh2-commit] [5087] typo fix.

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2012年 12月 3日 (月) 12:42:30 JST


Revision: 5087
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5087
Author:   doda
Date:     2012-12-03 12:42:29 +0900 (Mon, 03 Dec 2012)
Log Message:
-----------
typo fix.

Modified Paths:
--------------
    trunk/doc/en/html/about/ctrlseq.html
    trunk/doc/ja/html/about/ctrlseq.html

-------------- next part --------------
Modified: trunk/doc/en/html/about/ctrlseq.html
===================================================================
--- trunk/doc/en/html/about/ctrlseq.html	2012-12-02 13:33:38 UTC (rev 5086)
+++ trunk/doc/en/html/about/ctrlseq.html	2012-12-03 03:42:29 UTC (rev 5087)
@@ -173,18 +173,18 @@
 <pre>
 <i>Ps</i> = 0    Asks for the terminal's architectural class and basic attributes.
 Response: Depends the <a href="../menu/setup-terminal.html#TerminalID">Terminal ID</a> setting.
-  VT100     ESC [ 1 ; 2 c
-  VT100J    ESC [ 5 ; 2 c
-  VT101     ESC [ 1 ; 0 c
-  VT102     ESC [ 6 c
-  VT102J    ESC [ 15 c
-  VT220J    ESC [ 62 ; 1 ; 2 ; 5 ; 6 ; 7 ; 8 c
-  VT282     ESC [ 62 ; 1 ; 2 ; 4 ; 5 ; 6 ; 7 ; 8 ; 10 ; 11 c
-  VT320     CSI 63 ; 1 ; 2 ; 6 ; 7 ; 8 c
-  VT382     CSI 63 ; 1 ; 2 ; 4 ; 5 ; 6 ; 7 ; 8 ; 10 ; 15 c
-  VT420     CSI 64 ; 1 ; 2 ; 7 ; 8 ; 9 ; 15 ; 18 ; 21 c"
-  VT520     CSI 65 ; 1 ; 2 ; 7 ; 8 ; 9 ; 12 ; 18 ; 19 ; 21 ; 23 ; 24 ; 42 ; 44 ; 45 ; 46 c
-  VT525     CSI 65 ; 1 ; 2 ; 7 ; 9 ; 12 ; 18 ; 19 ; 21 ; 22 ; 23 ; 24 ; 42 ; 44 ; 45 ; 46 c
+  VT100     ESC [ ? 1 ; 2 c
+  VT100J    ESC [ ? 5 ; 2 c
+  VT101     ESC [ ? 1 ; 0 c
+  VT102     ESC [ ? 6 c
+  VT102J    ESC [ ? 15 c
+  VT220J    ESC [ ? 62 ; 1 ; 2 ; 5 ; 6 ; 7 ; 8 c
+  VT282     ESC [ ? 62 ; 1 ; 2 ; 4 ; 5 ; 6 ; 7 ; 8 ; 10 ; 11 c
+  VT320     CSI ? 63 ; 1 ; 2 ; 6 ; 7 ; 8 c
+  VT382     CSI ? 63 ; 1 ; 2 ; 4 ; 5 ; 6 ; 7 ; 8 ; 10 ; 15 c
+  VT420     CSI ? 64 ; 1 ; 2 ; 7 ; 8 ; 9 ; 15 ; 18 ; 21 c"
+  VT520     CSI ? 65 ; 1 ; 2 ; 7 ; 8 ; 9 ; 12 ; 18 ; 19 ; 21 ; 23 ; 24 ; 42 ; 44 ; 45 ; 46 c
+  VT525     CSI ? 65 ; 1 ; 2 ; 7 ; 9 ; 12 ; 18 ; 19 ; 21 ; 22 ; 23 ; 24 ; 42 ; 44 ; 45 ; 46 c
 </pre>
 </td></tr>
 <tr><td>CSI <i>Ps</i> d</td>	<td>VPA</td>	<td> Move to the corresponding vertical position (line <i>Ps</i>) of the current column. The default value of <i>Ps</i> is 1. </tr>
@@ -769,7 +769,7 @@
 	48 ; 5 : <i>Ps</i><br>
 	48 : 5 : <i>Ps</i></td>
 			<td>Set background color to color number <i>Ps</i>.</td></tr>
-<tr><td>49</td>		<td>Set background color to Black.</td></tr>
+<tr><td>49</td>		<td>Set background color to default.</td></tr>
 
 <tr><td>90</td>		<td>Set foreground color to Gray. (Color No. 8)</td></tr>
 <tr><td>91</td>		<td>Set foreground color to Bright Red. (Color No. 9)</td></tr>

Modified: trunk/doc/ja/html/about/ctrlseq.html
===================================================================
--- trunk/doc/ja/html/about/ctrlseq.html	2012-12-02 13:33:38 UTC (rev 5086)
+++ trunk/doc/ja/html/about/ctrlseq.html	2012-12-03 03:42:29 UTC (rev 5087)
@@ -166,18 +166,18 @@
 <pre>
 <i>Ps</i> = 0    \x92[\x96\x96\x93\xC1\x90\xAB\x82\xF0\x97v\x8B\x81\x82\xB7\x82\xE9\x81B
 \x89\x9E\x93\x9A: <a href="../menu/setup-terminal.html#TerminalID">\x92[\x96\x96ID</a>\x82̐ݒ\xE8\x82ɂ\xE6\x82\xE8\x88قȂ\xE9\x81B
-  VT100     ESC [ 1 ; 2 c
-  VT100J    ESC [ 5 ; 2 c
-  VT101     ESC [ 1 ; 0 c
-  VT102     ESC [ 6 c
-  VT102J    ESC [ 15 c
-  VT220J    ESC [ 62 ; 1 ; 2 ; 5 ; 6 ; 7 ; 8 c
-  VT282     ESC [ 62 ; 1 ; 2 ; 4 ; 5 ; 6 ; 7 ; 8 ; 10 ; 11 c
-  VT320     CSI 63 ; 1 ; 2 ; 6 ; 7 ; 8 c
-  VT382     CSI 63 ; 1 ; 2 ; 4 ; 5 ; 6 ; 7 ; 8 ; 10 ; 15 c
-  VT420     CSI 64 ; 1 ; 2 ; 7 ; 8 ; 9 ; 15 ; 18 ; 21 c"
-  VT520     CSI 65 ; 1 ; 2 ; 7 ; 8 ; 9 ; 12 ; 18 ; 19 ; 21 ; 23 ; 24 ; 42 ; 44 ; 45 ; 46 c
-  VT525     CSI 65 ; 1 ; 2 ; 7 ; 9 ; 12 ; 18 ; 19 ; 21 ; 22 ; 23 ; 24 ; 42 ; 44 ; 45 ; 46 c
+  VT100     ESC [ ? 1 ; 2 c
+  VT100J    ESC [ ? 5 ; 2 c
+  VT101     ESC [ ? 1 ; 0 c
+  VT102     ESC [ ? 6 c
+  VT102J    ESC [ ? 15 c
+  VT220J    ESC [ ? 62 ; 1 ; 2 ; 5 ; 6 ; 7 ; 8 c
+  VT282     ESC [ ? 62 ; 1 ; 2 ; 4 ; 5 ; 6 ; 7 ; 8 ; 10 ; 11 c
+  VT320     CSI ? 63 ; 1 ; 2 ; 6 ; 7 ; 8 c
+  VT382     CSI ? 63 ; 1 ; 2 ; 4 ; 5 ; 6 ; 7 ; 8 ; 10 ; 15 c
+  VT420     CSI ? 64 ; 1 ; 2 ; 7 ; 8 ; 9 ; 15 ; 18 ; 21 c"
+  VT520     CSI ? 65 ; 1 ; 2 ; 7 ; 8 ; 9 ; 12 ; 18 ; 19 ; 21 ; 23 ; 24 ; 42 ; 44 ; 45 ; 46 c
+  VT525     CSI ? 65 ; 1 ; 2 ; 7 ; 9 ; 12 ; 18 ; 19 ; 21 ; 22 ; 23 ; 24 ; 42 ; 44 ; 45 ; 46 c
 </pre>
 </td></tr>
 <tr><td>CSI <i>Ps</i> d</td>	<td>VPA</td>	<td>\x83J\x81[\x83\\x83\x8B\x82\xF0\x8C\x85\x88ʒu\x82\xF0\x95ς\xA6\x82\xB8\x82\xC9 <i>Ps</i> \x8Ds\x96ڂɈړ\xAE\x82\xB7\x82\xE9\x81B<i>Ps</i> \x82̏ȗ\xAA\x8E\x9E\x82̒l\x82\xCD 1\x81B</tr>



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