[Ttssh2-commit] [6422] 色々と修正

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2016年 7月 1日 (金) 12:14:16 JST


Revision: 6422
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6422
Author:   doda
Date:     2016-07-01 12:14:16 +0900 (Fri, 01 Jul 2016)
Log Message:
-----------
色々と修正
・typo fix
・重複部分を削除
・表現を修正
・リンク修正
・インデント調整
・タグを調整

Modified Paths:
--------------
    trunk/doc/en/html/about/history.html
    trunk/doc/en/html/menu/setup-additional.html
    trunk/doc/ja/html/about/history.html
    trunk/doc/ja/html/menu/setup-additional.html

-------------- next part --------------
Modified: trunk/doc/en/html/about/history.html
===================================================================
--- trunk/doc/en/html/about/history.html	2016-07-01 03:14:14 UTC (rev 6421)
+++ trunk/doc/en/html/about/history.html	2016-07-01 03:14:16 UTC (rev 6422)
@@ -1332,7 +1332,7 @@
         </ul></li>
       <li>added support for specifying any strings as the ConfirmChangePaste function.
         <ul>
-          <li>added the <a href="../menu/setup-additional.html#continuedline">ConfirmChangePasteStringFile</a> entry in the teraterm.ini file. A user can specify a text file path enumerating any strings.</li>
+          <li>added the <a href="../menu/setup-additional.html#ConfirmChagePasteStringFile">ConfirmChangePasteStringFile</a> entry in the teraterm.ini file. A user can specify a text file path enumerating any strings.</li>
         </ul></li>
       <li>added the Wait4allMacroCommand entry in the teraterm.ini file. The default is off. Turn on the value to enable the "<a href="../macro/command/wait4all.html">wait4all</a>" macro command.</li>
       <li>added the new option of the "<a href="../macro/command/exec.html">exec</a>" macro command that the application exit code is stored in the result variable.</li>
@@ -1765,7 +1765,7 @@
       <li>Bug fix: the transparency of window could not change to 255.</li>
       <li>Bug fix: last 1 character of title string that is sent from server is deleted.</li>
       <li>Bug fix: TeraTerm would use the configuration of TCPLocalEcho/TCPCRSend when the user start telnet connection on New connection dialog.</li>
-      <li>Bug fix: when <a href="../menu/setup-additional.html#continuedline">continued line copy</a> is enabled, <a href="../menu/edit.html#copytable">Copy Table</a> does not work correctly</li>
+      <li>Bug fix: when <a href="../menu/setup-additional.html#EnableContinuedLineCopy">continued line copy</a> is enabled, <a href="../menu/edit.html#copytable">Copy Table</a> does not work correctly</li>
       <li>Bug fix: when <a href="../menu/setup-keyboard.html#DeleteKey">Transmit DEL by Delete key</a> is enabled and Num Lock status is off, Numeric Keypad "." sends DEL.</li>
       <li>Bug fix: '<a href="../macro/command/wait.html">wait</a>' macro command can't wait a long string. This bug was introduced in 4.54.</li>
       <li>Bug fix: The color value on <a href="../menu/setup-window.html">Window setup dialog</a> would become 255 when the value is less than 16 and the user pushes PageUP key.</li>

Modified: trunk/doc/en/html/menu/setup-additional.html
===================================================================
--- trunk/doc/en/html/menu/setup-additional.html	2016-07-01 03:14:14 UTC (rev 6421)
+++ trunk/doc/en/html/menu/setup-additional.html	2016-07-01 03:14:16 UTC (rev 6422)
@@ -26,7 +26,7 @@
 
       <dt id="AcceptBroadcast">Accept broadcast</dt>
       <dd>
-	Accept the <a href="./control-broadcast.html">broadcast command</a>.<br>
+	Accept the <a href="control-broadcast.html">broadcast command</a>.<br>
 	Can be only enabled when the "Realtime mode" is off. However, this option is always ignored when the "Realtime mode" is on.
       </dd>
 
@@ -42,12 +42,12 @@
 
       <dt id="ClearOnResize">Clear display when window resized</dt>
       <dd>
-        The current screen is cleared when the VT window resizes.
+	The current screen is cleared when the VT window resizes.
       </dd>
 
       <dt id="IMERelatedCursor">Change cursor shape with IME state</dt>
       <dd>
-        When the IME is enabled, the caret is gray.
+	When the IME is enabled, the caret is gray.
       </dd>
 
     </dl>
@@ -63,63 +63,65 @@
 
       <dt id="DisableMouseTrackingByCtrl">Disable mouse event tracking when Control is pressed</dt>
       <dd>
-        The mouse tracking mode is enabled, TeraTerm does not send the mouse operation while the control key is pressed.
+	The mouse tracking mode is enabled, TeraTerm does not send the mouse operation while the control key is pressed.
       </dd>
 
       <dt id="AcceptTitleChangeRequest">Accept window title change request</dt>
       <dd>
-        Configures whether a user accepts the window title changing.
-        <dl>
-          <dt>off</dt>
-          <dd>Do not accept it.</dd>
-          <dt>overwrite</dt>
-          <dd>Accept it, and then display only the window tile.</dd>
-          <dt>ahead</dt>
-          <dd>Accept it, and then insert the window title before the canonical title.</dd>
-          <dt>last</dt>
-          <dd>Accept it, and then insert the window title after the canonical title.</dd>
-        </dl>
+	Configures whether a user accepts the window title changing.
+	<dl>
+	  <dt>off</dt>
+	  <dd>Do not accept it.</dd>
+	  <dt>overwrite</dt>
+	  <dd>Accept it, and then display only the window tile.</dd>
+	  <dt>ahead</dt>
+	  <dd>Accept it, and then insert the window title before the canonical title.</dd>
+	  <dt>last</dt>
+	  <dd>Accept it, and then insert the window title after the canonical title.</dd>
+	</dl>
       </dd>
 
       <dt id="TitleReportSequence">Window title report</dt>
       <dd>
-        A user can configure how Tera Term can respond to the dtterm window title and icon label reporting request. 
-        <dl>
-          <dt>ignore</dt>
-          <dd>Ignore a window title reporting request.</dd>
-          <dt>accept</dt>
-          <dd>Tera Term reports the current window title. However, be careful about using this feature because the security problem will occur.</dd>
-          <dt>empty</dt>
-          <dd>Report empty string.</dd>
-        </dl>
+	A user can configure how Tera Term can respond to the dtterm window title and icon label reporting request.
+	<dl>
+	  <dt>ignore</dt>
+	  <dd>Ignore a window title reporting request.</dd>
+	  <dt>accept</dt>
+	  <dd>Tera Term reports the current window title. However, be careful about using this feature because the security problem will occur.</dd>
+	  <dt>empty</dt>
+	  <dd>Report empty string.</dd>
+	</dl>
       </dd>
 
       <dt id="WindowCtrlSequence">Window control sequence</dt>
       <dd>
-        added support for the position moving, the minimization, the maximization, the most front, the most back, the refresh and the window size changing(per pixel and character) control sequences regarding the dtterm window operation.
+	added support for the position moving, the minimization, the maximization, the most front, the most back, the refresh and the window size changing(per pixel and character) control sequences regarding the dtterm window operation.
       </dd>
 
       <dt id="WindowReportSequence">Window report sequence</dt>
       <dd>
-        This function enables the dtterm control sequence such as the window status reporting, the window position reporting, the window size(in pixel and character) reporting and the root window size reporting, among the window information reporting features.<br>
-        If you do not want window information to be sent to remote host by some reason such as security, please disable this setting.
+	This function enables the dtterm control sequence such as the window status reporting, the window position reporting, the window size(in pixel and character) reporting and the root window size reporting, among the window information reporting features.<br>
+	If you do not want window information to be sent to remote host by some reason such as security, please disable this setting.
       </dd>
 
       <dt id="CursorCtrlSequence">Cursor control sequence</dt>
       <dd>
-      Enables the control sequence for the cursor shape.<br>
-      This function enables cursor shape change by cursor change sequence of DECSCUSR(cursor shape change), WYSTCURM(Wyse no-blinking cursor), WYULCURM(Wyse underlined cursor) and AT&amp;T 610 blinking cursor.<br><br>
-      
-      If a user uses the vim editor, write below entries in the ~/.vimrc to enable this feature.
+	Enables the control sequence for the cursor shape.<br>
+	This function enables cursor shape change by cursor change sequence of DECSCUSR(cursor shape change), WYSTCURM(Wyse no-blinking cursor), WYULCURM(Wyse underlined cursor) and AT&amp;T 610 blinking cursor.
 
+	<p>
+	  If a user uses the vim editor, write below entries in the ~/.vimrc to enable this feature.
+	</p>
+
 <pre>
 set t_SI=^[[3\ q
 set t_EI=^[[1\ q
 NOTE: Input ^[ by using Control-V Control-[.
 </pre>
 
-      If the cursor periodically blinks after an application exits, a user should configure as follows.<br>
-      In the ncurses 5.7 terminfo, the invisible(civis)/normal display(cnorm)/highlighting(cvvis) of the xterm cursor are as follows:
+	If the cursor periodically blinks after an application exits, a user should configure as follows.<br>
+	In the ncurses 5.7 terminfo, the invisible(civis)/normal display(cnorm)/highlighting(cvvis) of the xterm cursor are as follows:
 
 <pre>
 civis=\E[?25l
@@ -127,9 +129,9 @@
 cvvis=\E[?12;25h
 </pre>
 
-      When the upper configuration is enabled, the normal cursor displays with the non-blinking mode and the emphasis cursor displays with the blinking mode.
-      So, the cursor does not blink when the terminfo application displays the own cursor.<br>
-      If a user want to blink the cursor, turn off the CursorCtrlSequence entry or do in the following commands:
+	When the upper configuration is enabled, the normal cursor displays with the non-blinking mode and the emphasis cursor displays with the blinking mode.
+	So, the cursor does not blink when the terminfo application displays the own cursor.<br>
+	If a user want to blink the cursor, turn off the CursorCtrlSequence entry or do in the following commands:
 
 <pre>
 % infocmp xterm &gt; xterm.ti
@@ -143,17 +145,17 @@
 
       <dt id="ClipboardAccessFromRemote">Clipboard access from remote</dt>
       <dd>
-        permits the host to access the clipboard.
-        <dl>
-          <dt>off</dt>
-          <dd>can not permit</dd>
-          <dt>write only</dt>
-          <dd>can permit a clipboard to write</dd>
-          <dt>read only</dt>
-          <dd>can permit a clipboard to read</dd>
-          <dt>read/write</dt>
-          <dd>can permit a clipboard to write and read</dd>
-        </dl>
+	permits the host to access the clipboard.
+	<dl>
+	  <dt>off</dt>
+	  <dd>can not permit</dd>
+	  <dt>write only</dt>
+	  <dd>can permit a clipboard to write</dd>
+	  <dt>read only</dt>
+	  <dd>can permit a clipboard to read</dd>
+	  <dt>read/write</dt>
+	  <dd>can permit a clipboard to write and read</dd>
+	</dl>
       </dd>
 
     </dl>
@@ -161,7 +163,7 @@
 
     <h2>"Copy and Paste" Tab</h2>
     <dl>
-      <dt id="EnableContinuedLineCopy"><a name="continuedline">Enable continued line copy</a></dt>
+      <dt id="EnableContinuedLineCopy">Enable continued line copy</dt>
       <dd>
 	Concatenates current line with the next line including word
 	characters when the whole line is stepped over.
@@ -197,23 +199,18 @@
 
       <dt id="ConfirmChangePasteStringFile">String file</dt>
       <dd>
-	When the Clipboard includes any strings in the specified file, 
+	When the Clipboard includes any strings in the specified file,
 	the confirmation dialog can be shown to paste by right-click or Alt+V.
 	This is a foolproof way.<br>
-    This function works when the ConfirmChangePaste is enabled.
+	This function works when the ConfirmChangePaste is enabled.
       </dd>
 
-      <dt>Confirm change paste string file</dt>
+      <dt id="DelimiterChar">Delimiter characters</dt>
       <dd>
-	When a user pastes, the user can specify a keyword file for ConfirmChangePaste except the CR/LF.
-      </dd>
-
-      <dt>Delimiter characters</dt>
-      <dd>
 	Includes delimiter characters for the word selection.
       </dd>
 
-      <dt><a name="PasteDelayPerLine">Paste delay per line</a></dt>
+      <dt id="PasteDelayPerLine">Paste delay per line</dt>
       <dd>
 	A user can delay to send a line data to the remote host when the user pastes multiple lines. The delay time can be specified by this option on the millisecond time scale.
       </dd>
@@ -234,7 +231,7 @@
       <dd>
 	Tera Term window looks like Eterm look-feel background transparency.
       </dd>
-      
+
       <dt>Background Image</dt>
       <dd>
 	When the Eterm look-feel feature is enabled, an image file can be specified as background.
@@ -246,12 +243,11 @@
 	The range of value is from 0 to 255. <br>
 	The more brightness reduces the value, the more image brightens.
       </dd>
-      
+
+    </dl>
     <p>
       See also <a href="../usage/transparent.html">Background transparency</a>.
     </p>
-      
-    </dl>
 
     <dl>
       <dt id="MouseCursor">MouseCursor</dt>
@@ -285,13 +281,13 @@
       <dt id="EnableURLColor">Enable URL attribute color</dt>
       <dt id="EnableANSIColor">Enable ANSI color</dt>
       <dd>
-        Enables each color attributes and color setting.<br>
+	Enables each color attributes and color setting.<br>
 	If ANSI color is disabled, 16 colors and 256 colors modes are also disabled.
       </dd>
 
       <dt id="URLUnderline">Underline URL string</dt>
       <dd>
-        Enables Underline attribute on URL string.
+	Enables Underline attribute on URL string.
       </dd>
 
     </dl>
@@ -332,84 +328,82 @@
 %y      Year without century, as decimal number (00 - 99)
 %Y      Year with century, as decimal number
 %z, %Z  Either the time-zone name or time zone abbreviation, depending on registry settings;
-        no characters if time zone is unknown
+	no characters if time zone is unknown
 %%      Percent sign
 </pre>
       </dd>
 
-      <dt>Default log save folder</dt>
+      <dt id="LogDefaultPath">Default log save folder</dt>
       <dd>
 	Specify default path to save log file. It is used when the log file name is not a full path.
       </dd>
 
-      <dt><a id="LogAutoStart">Auto start logging</a></dt>
+      <dt id="LogAutoStart">Auto start logging</dt>
       <dd>
-    Start logging automatically when connecting. Default Log File Name is used for log file name.<br>
-    When the <a href="../commandline/teraterm.html#nolog">/nolog</a> command line is specified, this feature is always disabled.
+	Start logging automatically when connecting. Default Log File Name is used for log file name.<br>
+	When the <a href="../commandline/teraterm.html#nolog">/nolog</a> command line is specified, this feature is always disabled.
       </dd>
 
-      <dt><a id="LogRotate">Log Rotate</a></dt>
+      <dt id="LogRotate">Log Rotate</dt>
       <dd>
-    The log rotation is enabled. The extension of the rotated file is added .1, .2, .3 etc.
+	The log rotation is enabled. The extension of the rotated file is added .1, .2, .3 etc.
+	<dl>
+	  <dt id="LogRotateSize">Size</dt>
+	  <dd>
+	    The log file is rotated when it grows bigger than Size bytes. If the size is followed by KB,
+	    the size is assumed to be in kilobytes. If the MB is used, the size is in megabytes.
+	  </dd>
+
+	  <dt id="LogRotateStep">Rotate</dt>
+	  <dd>
+	    The log file is rotated Rotate times before being removed. If the Rotate is 0,
+	    the old version is not removed rather than rotated.
+	  </dd>
+	</dl>
       </dd>
 
-      <ul>
-        <dt><a id="LogRotateSize">Size</a></dt>
-        <dd>
-        The log file is rotated when it grows bigger than Size bytes. If the size is followed by KB, 
-        the size is assumed to be in kilobytes. If the MB is used, the size is in megabytes.
-        </dd>
-        
-        <dt><a id="LogRotateStep">Rotate</a></dt>
-        <dd>
-        The log file is rotated Rotate times before being removed. If the Rotate is 0,
-        the old version is not removed rather than rotated.
-        </dd>
-      </ul>
-
-      <dt><a id="LogOption">Log option</a></dt>
+      <dt id="LogOption">Log option</a></dt>
       <dd>
-      Specify the log type.
-      </dd>
+	Specify the log type.
+	<dl>
+	  <dt id="LogBinary">Binary</dt>
+	  <dd>
+	    If you select this option, received characters are written without
+	    any modifications. Otherwise, new-line codes are converted and
+	    escape sequences are stripped out.
+	  </dd>
 
-      <ul>
-        <dt id="LogBinary">Binary</dt>
-        <dd>
-  	If you select this option, received characters are written without
-  	any modifications. Otherwise, new-line codes are converted and
-  	escape sequences are stripped out.
-        </dd>
+	  <dt id="LogAppend">Append</dt>
+	  <dd>
+	    If you select this option and the specified log file already exists,
+	    received characters are appended to the file. Otherwise, the file is
+	    overwritten.
+	  </dd>
 
-        <dt id="LogAppend">Append</dt>
-        <dd>
-  	If you select this option and the specified log file already exists,
-  	received characters are appended to the file. Otherwise, the file is
-  	overwritten.
-        </dd>
+	  <dt id="LogTypePlainText">Plain text</dt>
+	  <dd>
+	    If you select this option, ASCII non-printable characters are not written.<br>
+	    NOTE: When the Binary option is enabled, this option can not be checked and the value will be disabled.
+	  </dd>
 
-        <dt id="LogTypePlainText">Plain text</dt>
-        <dd>
-  	If you select this option, ASCII non-printable characters are not written.<br>
-	NOTE: When the Binary option is enabled, this option can not be checked and the value will be disabled.
-        </dd>
+	  <dt id="LogTimestamp">Timestamp</dt>
+	  <dd>
+	    If you select this option, a timestamp is added on top of each log line. The timestamp is added when the first character of the line appears.<br>
+	    NOTE: When the Binary option is enabled, this option can not be checked and the value will be disabled.
+	  </dd>
 
-        <dt id="LogTimestamp">Timestamp</dt>
-        <dd>
-  	If you select this option, a timestamp is added on top of each log line. The timestamp is added when the first character of the line appears.<br>
-	NOTE: When the Binary option is enabled, this option can not be checked and the value will be disabled.
-        </dd>
+	  <dt id="LogHideDialog">Hide dialog</dt>
+	  <dd>
+	    If you select this option, "Log" dialog box is not displayed.
+	  </dd>
 
-        <dt id="LogHideDialog">Hide dialog</dt>
-        <dd>
-  	If you select this option, "Log" dialog box is not displayed.
-        </dd>
+	  <dt id="LogIncludeScreenBuffer">Include screen buffer</dt>
+	  <dd>
+	    If you select this option, the logging starts after current all buffer is written into a log file.
+	  </dd>
+	</dl>
+      </dd>
 
-        <dt id="LogIncludeScreenBuffer">Include screen buffer</dt>
-        <dd>
-  	If you select this option, the logging starts after current all buffer is written into a log file.
-        </dd>
-      </ul>
-
     </dl>
 
 
@@ -422,10 +416,11 @@
 
       <dt id="CygTerm">CygTerm</dt>
       <dd>
-	Configure CygTerm settings.<br><br>
-	
-	<em>(version 4.88 or earlier)</em><br>
-	The CygTerm configuration file(cygterm.cfg) will be immediately written after your configuration. So, you need not to do the save setup.
+	Configure CygTerm settings. <!-- \x8Ae\x8D\x80\x96ڂ̈Ӗ\xA1\x82ɂ‚\xA2\x82ẮA<a href="../setup/cygterm.html">CygTerm+ setup file</a> \x82\xF0\x8EQ\x8FƂ\xB5\x82ĉ\xBA\x82\xB3\x82\xA2\x81B-->
+        <!-- p>
+	  \x92\x8D: \x88ȑO\x82̃o\x81[\x83W\x83\x87\x83\x93\x82ł͐ݒ\xE8\x8C\xE3\x82Ɏ\xA9\x93\xAE\x82\xC5cygterm.cfg\x82\xF0\x8DX\x90V\x82\xB5\x82Ă\xA2\x82܂\xB5\x82\xBD\x82\xAA\x81Aversion 4.89\x88ȍ~\x82ł͎\xA9\x93\xAE\x82ł̍X\x90V\x82\xF0\x8Ds\x82\xED\x82Ȃ\xA2\x82悤\x82ɂȂ\xE8\x82܂\xB5\x82\xBD\x81B<br>
+          <em>cygterm.cfg\x82\xF0\x8DX\x90V\x82\xB7\x82\xE9\x88ׂɂ\xCD Setup - Save Setup \x82\xF0\x8Ds\x82\xA4\x95K\x97v\x82\xAA\x82\xA0\x82\xE8\x82܂\xB7\x81B</em>
+	</p -->
       </dd>
     </dl>
   </body>

Modified: trunk/doc/ja/html/about/history.html
===================================================================
--- trunk/doc/ja/html/about/history.html	2016-07-01 03:14:14 UTC (rev 6421)
+++ trunk/doc/ja/html/about/history.html	2016-07-01 03:14:16 UTC (rev 6422)
@@ -1331,7 +1331,7 @@
         </ul></li>
       <li>ConfirmChangePaste \x8B@\x94\\x82ɁA\x94C\x88ӂ̕\xB6\x8E\x9A\x97\xF1\x82\xF0\x8Ew\x92肷\x82邱\x82Ƃ\xAA\x82ł\xAB\x82\xE9\x90V\x82\xB5\x82\xA2\x82\xB5\x82\xAD\x82݂\xF0\x92lj\xC1\x82\xB5\x82\xBD\x81B
         <ul>
-          <li>teraterm.ini \x82\xC9 <a href="../menu/setup-additional.html#continuedline">ConfirmChangePasteStringFile</a> \x83G\x83\x93\x83g\x83\x8A\x82\xF0\x92lj\xC1\x82\xB5\x82\xBD\x81B\x95\xB6\x8E\x9A\x97\xF1\x82\xF0\x97񋓂\xB5\x82\xBD\x83e\x83L\x83X\x83g\x83t\x83@\x83C\x83\x8B\x82ւ̃p\x83X\x82\xF0\x8Ew\x92肷\x82\xE9\x81B</li>
+          <li>teraterm.ini \x82\xC9 <a href="../menu/setup-additional.html#ConfirmChangePasteStringFile">ConfirmChangePasteStringFile</a> \x83G\x83\x93\x83g\x83\x8A\x82\xF0\x92lj\xC1\x82\xB5\x82\xBD\x81B\x95\xB6\x8E\x9A\x97\xF1\x82\xF0\x97񋓂\xB5\x82\xBD\x83e\x83L\x83X\x83g\x83t\x83@\x83C\x83\x8B\x82ւ̃p\x83X\x82\xF0\x8Ew\x92肷\x82\xE9\x81B</li>
         </ul></li>
       <li>teraterm.ini \x82\xC9 Wait4allMacroCommand \x83G\x83\x93\x83g\x83\x8A\x82\xF0\x92lj\xC1\x82\xB5\x82\xBD\x81B\x83f\x83t\x83H\x83\x8B\x83g\x82\xCDoff\x81Bon\x82ɂ\xB7\x82\xE9\x82ƁA"<a href="../macro/command/wait4all.html">wait4all</a>" \x83}\x83N\x83\x8D\x83R\x83}\x83\x93\x83h\x82\xAA\x97L\x8C\xF8\x82ƂȂ\xE9\x81B</li>
       <li>\x83}\x83N\x83\x8D\x83R\x83}\x83\x93\x83h "<a href="../macro/command/exec.html">exec</a>" \x82ɁA\x8BN\x93\xAE\x82\xB5\x82\xBD\x83A\x83v\x83\x8A\x83P\x81[\x83V\x83\x87\x83\x93\x82̏I\x97\xB9\x83R\x81[\x83h\x82\xF0 result \x82Ɋi\x94[\x82\xB7\x82邽\x82߂̃I\x83v\x83V\x83\x87\x83\x93\x82\xF0\x92lj\xC1\x82\xB5\x82\xBD\x81B</li>
@@ -1764,7 +1764,7 @@
       <li>\x83E\x83B\x83\x93\x83h\x83E\x82̓\xA7\x96\xBE\x93x\x82\xF0 255 \x82ɕύX\x82ł\xAB\x82Ȃ\xA2\x96\xE2\x91\xE8\x82\xF0\x8FC\x90\xB3\x82\xB5\x82\xBD\x81B</li>
       <li>\x83T\x81[\x83o\x82\xA9\x82瑗\x90M\x82\xB3\x82\xEA\x82\xE9\x83^\x83C\x83g\x83\x8B\x95\xB6\x8E\x9A\x97\xF1\x82̖\x96\x94\xF6 1 \x95\xB6\x8E\x9A\x82\xAA\x8D\xED\x82\xE7\x82\xEA\x82\xE9\x96\xE2\x91\xE8\x82\xF0\x8FC\x90\xB3\x82\xB5\x82\xBD\x81B</li>
       <li>New connection \x83_\x83C\x83A\x83\x8D\x83O\x82\xA9\x82\xE7 Telnet \x90ڑ\xB1\x82\xF0\x8AJ\x8En\x82\xB5\x82\xBD\x82Ƃ\xAB\x81ATCPLocalEcho/TCPCRSend \x82̐ݒ肪\x8Eg\x97p\x82\xB3\x82\xEA\x82Ă\xB5\x82܂\xA4\x82\xB1\x82Ƃ\xAA\x82\xA0\x82\xE9\x96\xE2\x91\xE8\x82\xF0\x8FC\x90\xB3\x82\xB5\x82\xBD\x81B</li>
-      <li><a href="../menu/setup-additional.html#continuedline">\x8Cp\x91\xB1\x8Ds\x98A\x8C\x8B\x83R\x83s\x81[</a>\x82\xF0\x97L\x8C\xF8\x82ɐݒ肵\x82Ă\xA2\x82鎞\x81A<a href="../menu/edit.html#copytable">\x83e\x81[\x83u\x83\x8B\x82\xF0\x83R\x83s\x81[</a>\x82\xAA\x90\xB3\x82\xB5\x82\xAD\x93\xAE\x8D삵\x82Ȃ\xA2\x8Fꍇ\x82\xAA\x82\xA0\x82\xE9\x96\xE2\x91\xE8\x82\xF0\x8FC\x90\xB3\x82\xB5\x82\xBD\x81B</li>
+      <li><a href="../menu/setup-additional.html#EnableContinuedLineCopy">\x8Cp\x91\xB1\x8Ds\x98A\x8C\x8B\x83R\x83s\x81[</a>\x82\xF0\x97L\x8C\xF8\x82ɐݒ肵\x82Ă\xA2\x82鎞\x81A<a href="../menu/edit.html#copytable">\x83e\x81[\x83u\x83\x8B\x82\xF0\x83R\x83s\x81[</a>\x82\xAA\x90\xB3\x82\xB5\x82\xAD\x93\xAE\x8D삵\x82Ȃ\xA2\x8Fꍇ\x82\xAA\x82\xA0\x82\xE9\x96\xE2\x91\xE8\x82\xF0\x8FC\x90\xB3\x82\xB5\x82\xBD\x81B</li>
       <li><a href="../menu/setup-keyboard.html#DeleteKey">Delete\x83L\x81[\x82\xC5DEL\x82𑗐M\x82\xB7\x82\xE9</a>\x90ݒ\xE8\x82\xC5 Num Lock \x82̏\xF3\x91Ԃ\xAA Off \x82̎\x9E\x81A\x90\x94\x92l\x83L\x81[\x83p\x83b\x83h\x82\xCC"."\x82\xC5DEL\x82\xAA\x91\x97\x90M\x82\xB3\x82\xEA\x82Ă\xA2\x82\xBD\x82̂\xF0\x8FC\x90\xB3\x82\xB5\x82\xBD\x81B</li>
       <li>\x83}\x83N\x83\x8D\x82\xCC <a href="../macro/command/wait.html">wait</a> \x83R\x83}\x83\x93\x83h\x82\xAA\x92\xB7\x82\xA2\x95\xB6\x8E\x9A\x97\xF1\x82\xF0\x91҂ĂȂ\xAD\x82Ȃ\xC1\x82Ă\xA2\x82\xBD\x82̂\xF0\x8FC\x90\xB3\x82\xB5\x82\xBD\x81B4.54\x82ł̃G\x83\x93\x83o\x83O\x81B</li>
       <li><a href="../menu/setup-window.html">\x83E\x83B\x83\x93\x83h\x83E\x82̐ݒ\xE8\x83_\x83C\x83A\x83\x8D\x83O</a>\x82̃J\x83\x89\x81[\x90ݒ\xE8\x82ŁA\x92l\x82\xAA15\x88ȉ\xBA\x82̎\x9E\x82\xC9PageUp\x83L\x81[\x82\xF0\x89\x9F\x82\xB7\x82\xC6255\x82ɂȂ\xE9\x82̂\xF0\x8FC\x90\xB3\x82\xB5\x82\xBD\x81B</li>

Modified: trunk/doc/ja/html/menu/setup-additional.html
===================================================================
--- trunk/doc/ja/html/menu/setup-additional.html	2016-07-01 03:14:14 UTC (rev 6421)
+++ trunk/doc/ja/html/menu/setup-additional.html	2016-07-01 03:14:16 UTC (rev 6422)
@@ -26,7 +26,7 @@
 
       <dt id="AcceptBroadcast">Accept broadcast</dt>
       <dd>
-	<a href="./control-broadcast.html">\x83u\x83\x8D\x81[\x83h\x83L\x83\x83\x83X\x83g\x83R\x83}\x83\x93\x83h</a>\x82\xF0\x8E󂯓\xFC\x82\xEA\x82܂\xB7\x81B<br>
+	<a href="control-broadcast.html">\x83u\x83\x8D\x81[\x83h\x83L\x83\x83\x83X\x83g\x83R\x83}\x83\x93\x83h</a>\x82\xF0\x8E󂯓\xFC\x82\xEA\x82܂\xB7\x81B<br>
 	\x82\xB1\x82̐ݒ\xE8\x82\xCD "Realtime mode" \x82\xAA off \x82̃u\x83\x8D\x81[\x83h\x83L\x83\x83\x83X\x83g\x91\x97\x90M\x82ɑ΂\xB5\x82ėL\x8C\xF8\x82ł\xB7\x81B"Realtime mode" \x82\xAA on \x82̃u\x83\x8D\x81[\x83h\x83L\x83\x83\x83X\x83g\x91\x97\x90M\x82́A\x82\xB1\x82̐ݒ\xE8\x92l\x82ɂ\xA9\x82\xA9\x82\xED\x82炸\x8E\xF3\x90M\x82\xB3\x82\xEA\x82܂\xB7\x81B
       </dd>
 
@@ -47,7 +47,7 @@
 
       <dt id="IMERelatedCursor">Change cursor shape with IME state</dt>
       <dd>
-        IME\x82\xAAon\x82̎\x9E\x82ɁA\x83J\x81[\x83\\x83\x8B\x82\xF0\x96Ԋ|\x82\xAF\x82ɂ\xB7\x82邩\x90ݒ肵\x82܂\xB7\x81B
+	IME\x82\xAAon\x82̎\x9E\x82ɁA\x83J\x81[\x83\\x83\x8B\x82\xF0\x96Ԋ|\x82\xAF\x82ɂ\xB7\x82邩\x90ݒ肵\x82܂\xB7\x81B
       </dd>
 
     </dl>
@@ -57,69 +57,71 @@
     <dl>
       <dt id="MouseEventTracking">Accept mouse event tracking</dt>
       <dd>
-        \x83z\x83X\x83g\x91\xA4\x82̃A\x83v\x83\x8A\x83P\x81[\x83V\x83\x87\x83\x93\x82ɂ\xE6\x82\xC1\x82āAVT window \x82\xAA\x83}\x83E\x83X\x83g\x83\x89\x83b\x83L\x83\x93\x83O\x83\x82\x81[\x83h\x82ɕύX\x82\xB3\x82ꂽ\x8Fꍇ\x81ATera Term \x82̓}\x83E\x83X\x91\x80\x8D\xEC\x82\xF0\x83z\x83X\x83g\x82֕񍐂\xB7\x82\xE9\x82悤\x82ɂȂ\xE8\x82܂\xB7\x81B<br>
-        \x83}\x83E\x83X\x83g\x83\x89\x83b\x83L\x83\x93\x83O\x83\x82\x81[\x83h\x82\xCDxterm\x82̊g\x92\xA3\x8B@\x94\\x82ł\xB7\x82̂ŁATERM\x8A‹\xAB\x95ϐ\x94\x82\xAA"xterm"\x88ȊO\x82\xBE\x82ƃz\x83X\x83g\x91\xA4\x82̃A\x83v\x83\x8A\x83P\x81[\x83V\x83\x87\x83\x93\x82͂\xB1\x82̋@\x94\\x82\xF0\x8Eg\x82\xED\x82Ȃ\xA2\x82\xA9\x82\xE0\x82\xB5\x82\xEA\x82܂\xB9\x82\xF1\x81B
+	\x83z\x83X\x83g\x91\xA4\x82̃A\x83v\x83\x8A\x83P\x81[\x83V\x83\x87\x83\x93\x82ɂ\xE6\x82\xC1\x82āAVT window \x82\xAA\x83}\x83E\x83X\x83g\x83\x89\x83b\x83L\x83\x93\x83O\x83\x82\x81[\x83h\x82ɕύX\x82\xB3\x82ꂽ\x8Fꍇ\x81ATera Term \x82̓}\x83E\x83X\x91\x80\x8D\xEC\x82\xF0\x83z\x83X\x83g\x82֕񍐂\xB7\x82\xE9\x82悤\x82ɂȂ\xE8\x82܂\xB7\x81B<br>
+	\x83}\x83E\x83X\x83g\x83\x89\x83b\x83L\x83\x93\x83O\x83\x82\x81[\x83h\x82\xCDxterm\x82̊g\x92\xA3\x8B@\x94\\x82ł\xB7\x82̂ŁATERM\x8A‹\xAB\x95ϐ\x94\x82\xAA"xterm"\x88ȊO\x82\xBE\x82ƃz\x83X\x83g\x91\xA4\x82̃A\x83v\x83\x8A\x83P\x81[\x83V\x83\x87\x83\x93\x82͂\xB1\x82̋@\x94\\x82\xF0\x8Eg\x82\xED\x82Ȃ\xA2\x82\xA9\x82\xE0\x82\xB5\x82\xEA\x82܂\xB9\x82\xF1\x81B
       </dd>
 
       <dt id="DisableMouseTrackingByCtrl">Disable mouse event tracking when Control is pressed</dt>
       <dd>
-        \x83}\x83E\x83X\x83g\x83\x89\x83b\x83L\x83\x93\x83O\x83\x82\x81[\x83h\x8E\x9E\x81AControl\x83L\x81[\x82\xAA\x89\x9F\x82\xB3\x82\xEA\x82Ă\xA2\x82\xE9\x8AԂ̓}\x83E\x83X\x91\x80\x8D\xEC\x82\xF0\x92ʒm\x82\xB5\x82Ȃ\xA2\x82悤\x82ɂ\xB5\x82܂\xB7\x81B
+	\x83}\x83E\x83X\x83g\x83\x89\x83b\x83L\x83\x93\x83O\x83\x82\x81[\x83h\x8E\x9E\x81AControl\x83L\x81[\x82\xAA\x89\x9F\x82\xB3\x82\xEA\x82Ă\xA2\x82\xE9\x8AԂ̓}\x83E\x83X\x91\x80\x8D\xEC\x82\xF0\x92ʒm\x82\xB5\x82Ȃ\xA2\x82悤\x82ɂ\xB5\x82܂\xB7\x81B
       </dd>
 
       <dt id="AcceptTitleChangeRequest">Accept window title change request</dt>
       <dd>
-        \x83\x8A\x83\x82\x81[\x83g\x82\xA9\x82\xE7\x82̃E\x83B\x83\x93\x83h\x83E\x83^\x83C\x83g\x83\x8B\x95ύX\x97v\x8B\x81\x82\xF0\x8E󂯓\xFC\x82\xEA\x82邩\x82\xF0\x90ݒ肵\x82܂\xB7\x81B
-        <dl>
-          <dt>off</dt>
-          <dd>\x8E󂯓\xFC\x82\xEA\x82Ȃ\xA2</dd>
-          <dt>overwrite</dt>
-          <dd>\x8E󂯓\xFC\x82\xEA\x81A\x83\x8A\x83\x82\x81[\x83g\x82\xA9\x82\xE7\x82̃E\x83C\x83\x93\x83h\x83E\x83^\x83C\x83g\x83\x8B\x82݂̂\xF0\x95\\x8E\xA6\x82\xB7\x82\xE9</dd>
-          <dt>ahead</dt>
-          <dd>\x8E󂯓\xFC\x82\xEA\x81A\x83\x8A\x83\x82\x81[\x83g\x82\xA9\x82\xE7\x82̃E\x83C\x83\x93\x83h\x83E\x83^\x83C\x83g\x83\x8B\x82\xF0\x95W\x8F\x80\x82̃^\x83C\x83g\x83\x8B\x82̑O\x82ɒlj\xC1\x82\xB7\x82\xE9</dd>
-          <dt>last</dt>
-          <dd>\x8E󂯓\xFC\x82\xEA\x81A\x83\x8A\x83\x82\x81[\x83g\x82\xA9\x82\xE7\x82̃E\x83C\x83\x93\x83h\x83E\x83^\x83C\x83g\x83\x8B\x82\xF0\x95W\x8F\x80\x82̃^\x83C\x83g\x83\x8B\x82̌\xE3\x82\xEB\x82ɒlj\xC1\x82\xB7\x82\xE9</dd>
-        </dl>
+	\x83\x8A\x83\x82\x81[\x83g\x82\xA9\x82\xE7\x82̃E\x83B\x83\x93\x83h\x83E\x83^\x83C\x83g\x83\x8B\x95ύX\x97v\x8B\x81\x82\xF0\x8E󂯓\xFC\x82\xEA\x82邩\x82\xF0\x90ݒ肵\x82܂\xB7\x81B
+	<dl>
+	  <dt>off</dt>
+	  <dd>\x8E󂯓\xFC\x82\xEA\x82Ȃ\xA2</dd>
+	  <dt>overwrite</dt>
+	  <dd>\x8E󂯓\xFC\x82\xEA\x81A\x83\x8A\x83\x82\x81[\x83g\x82\xA9\x82\xE7\x82̃E\x83C\x83\x93\x83h\x83E\x83^\x83C\x83g\x83\x8B\x82݂̂\xF0\x95\\x8E\xA6\x82\xB7\x82\xE9</dd>
+	  <dt>ahead</dt>
+	  <dd>\x8E󂯓\xFC\x82\xEA\x81A\x83\x8A\x83\x82\x81[\x83g\x82\xA9\x82\xE7\x82̃E\x83C\x83\x93\x83h\x83E\x83^\x83C\x83g\x83\x8B\x82\xF0\x95W\x8F\x80\x82̃^\x83C\x83g\x83\x8B\x82̑O\x82ɒlj\xC1\x82\xB7\x82\xE9</dd>
+	  <dt>last</dt>
+	  <dd>\x8E󂯓\xFC\x82\xEA\x81A\x83\x8A\x83\x82\x81[\x83g\x82\xA9\x82\xE7\x82̃E\x83C\x83\x93\x83h\x83E\x83^\x83C\x83g\x83\x8B\x82\xF0\x95W\x8F\x80\x82̃^\x83C\x83g\x83\x8B\x82̌\xE3\x82\xEB\x82ɒlj\xC1\x82\xB7\x82\xE9</dd>
+	</dl>
       </dd>
 
       <dt id="TitleReportSequence">Window title report</dt>
       <dd>
-        dtterm \x82̃E\x83B\x83\x93\x83h\x83E\x83^\x83C\x83g\x83\x8B\x82\xA8\x82\xE6\x82уA\x83C\x83R\x83\x93\x83\x89\x83x\x83\x8B\x95񍐗v\x8B\x81\x82ɑ΂\xB5\x82āA\x82ǂ̂悤\x82ɉ\x9E\x93\x9A\x82\xB7\x82邩\x82\xF0\x95ύX\x82ł\xAB\x82܂\xB7\x81B
-        <dl>
-          <dt>ignore</dt>
-          <dd>\x95񍐗v\x8B\x81\x82ɑ΂\xB5\x82ĉ\xBD\x82\xE0\x89\x9E\x93\x9A\x82\xB5\x82Ȃ\xA2\x82悤\x82ɂ\xB7\x82\xE9</dd>
-          <dt>accept</dt>
-          <dd>\x8C\xBB\x8D݂̃E\x83B\x83\x93\x83h\x83E\x83^\x83C\x83g\x83\x8B\x82\xF0\x95񍐂\xB7\x82\xE9\x81B\x82\xBD\x82\xBE\x82\xB5\x81A\x8C\xBB\x8Ď݂\xBB\x8D݂̃E\x83B\x83\x93\x83h\x83E\x83^\x83C\x83g\x83\x8B\x82\xF0\x95񍐂\xB7\x82\xE9\x82̂̓Z\x83L\x83\x85\x83\x8A\x83e\x83B\x8F\xE3\x8A댯\x82ł\xB7\x82̂ŁA\x96{\x93\x96\x82ɕK\x97v\x82Ȏ\x9E\x82݂̂\xB1\x82̐ݒ\xE8\x82\xF0\x8Ds\x82\xA4\x82悤\x82ɂ\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B</dd>
-          <dt>empty</dt>
-          <dd>\x83E\x83B\x83\x93\x83h\x83E\x83^\x83C\x83g\x83\x8B\x82͋󂾂ƕ񍐂\xB7\x82\xE9</dd>
-        </dl>
+	dtterm \x82̃E\x83B\x83\x93\x83h\x83E\x83^\x83C\x83g\x83\x8B\x82\xA8\x82\xE6\x82уA\x83C\x83R\x83\x93\x83\x89\x83x\x83\x8B\x95񍐗v\x8B\x81\x82ɑ΂\xB5\x82āA\x82ǂ̂悤\x82ɉ\x9E\x93\x9A\x82\xB7\x82邩\x82\xF0\x95ύX\x82ł\xAB\x82܂\xB7\x81B
+	<dl>
+	  <dt>ignore</dt>
+	  <dd>\x95񍐗v\x8B\x81\x82ɑ΂\xB5\x82ĉ\xBD\x82\xE0\x89\x9E\x93\x9A\x82\xB5\x82Ȃ\xA2\x82悤\x82ɂ\xB7\x82\xE9</dd>
+	  <dt>accept</dt>
+	  <dd>\x8C\xBB\x8D݂̃E\x83B\x83\x93\x83h\x83E\x83^\x83C\x83g\x83\x8B\x82\xF0\x95񍐂\xB7\x82\xE9\x81B\x8C\xBB\x8D݂̃E\x83B\x83\x93\x83h\x83E\x83^\x83C\x83g\x83\x8B\x82\xF0\x95񍐂\xB7\x82\xE9\x82̂̓Z\x83L\x83\x85\x83\x8A\x83e\x83B\x8F\xE3\x8A댯\x82ł\xB7\x82̂ŁA\x96{\x93\x96\x82ɕK\x97v\x82Ȏ\x9E\x82݂̂\xB1\x82̐ݒ\xE8\x82\xF0\x8Ds\x82\xA4\x82悤\x82ɂ\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B</dd>
+	  <dt>empty</dt>
+	  <dd>\x83E\x83B\x83\x93\x83h\x83E\x83^\x83C\x83g\x83\x8B\x82͋󂾂ƕ񍐂\xB7\x82\xE9</dd>
+	</dl>
       </dd>
 
       <dt id="WindowCtrlSequence">Window control sequence</dt>
       <dd>
-        \x82\xB1\x82̐ݒ肪 on \x82ɂȂ\xC1\x82Ă\xA2\x82\xE9\x82ƁAdtterm\x82̃E\x83B\x83\x93\x83h\x83E\x91\x80\x8D쐧\x8C\xE4\x83V\x81[\x83P\x83\x93\x83X\x82̓\xE0\x81A\x88ʒu\x88ړ\xAE, \x8Dŏ\xAC\x89\xBB, \x8Dő剻, \x8DőO\x96ʈړ\xAE, \x8DŔw\x96ʈړ\xAE, \x83\x8A\x83t\x83\x8C\x83b\x83V\x83\x85, \x83E\x83B\x83\x93\x83h\x83E\x83T\x83C\x83Y\x95ύX(\x83s\x83N\x83Z\x83\x8B\x92P\x88\xCA, \x95\xB6\x8E\x9A\x92P\x88\xCA) \x82\xAA\x97L\x8C\xF8\x82ɂȂ\xE8\x82܂\xB7\x81B
+	\x82\xB1\x82̐ݒ肪 on \x82ɂȂ\xC1\x82Ă\xA2\x82\xE9\x82ƁAdtterm\x82̃E\x83B\x83\x93\x83h\x83E\x91\x80\x8D쐧\x8C\xE4\x83V\x81[\x83P\x83\x93\x83X\x82̓\xE0\x81A\x88ʒu\x88ړ\xAE, \x8Dŏ\xAC\x89\xBB, \x8Dő剻, \x8DőO\x96ʈړ\xAE, \x8DŔw\x96ʈړ\xAE, \x83\x8A\x83t\x83\x8C\x83b\x83V\x83\x85, \x83E\x83B\x83\x93\x83h\x83E\x83T\x83C\x83Y\x95ύX(\x83s\x83N\x83Z\x83\x8B\x92P\x88\xCA, \x95\xB6\x8E\x9A\x92P\x88\xCA) \x82\xAA\x97L\x8C\xF8\x82ɂȂ\xE8\x82܂\xB7\x81B
       </dd>
 
       <dt id="WindowReportSequence">Window report sequence</dt>
       <dd>
-        \x82\xB1\x82̐ݒ肪 on \x82ɂȂ\xC1\x82Ă\xA2\x82\xE9\x82ƁAdtterm\x82̃E\x83B\x83\x93\x83h\x83E\x8F\xEE\x95\xF1\x95񍐂̐\xA7\x8C\xE4\x83V\x81[\x83P\x83\x93\x83X\x82̓\xE0\x81A\x83E\x83B\x83\x93\x83h\x83E\x8F\xF3\x91ԕ\xF1\x8D\x90, \x83E\x83B\x83\x93\x83h\x83E\x88ʒu\x95\xF1\x8D\x90, \x83E\x83B\x83\x93\x83h\x83E\x83T\x83C\x83Y\x95\xF1\x8D\x90(\x83s\x83N\x83Z\x83\x8B\x92P\x88\xCA, \x95\xB6\x8E\x9A\x92P\x88\xCA), \x83\x8B\x81[\x83g\x83E\x83B\x83\x93\x83h\x83E\x83T\x83C\x83Y\x95\xF1\x8D\x90 \x82\xAA\x97L\x8C\xF8\x82ɂȂ\xE8\x82܂\xB7\x81B<br>
-        \x83Z\x83L\x83\x85\x83\x8A\x83e\x83B\x8F\xE3\x82̗\x9D\x97R\x93\x99\x82ŃE\x83B\x83\x93\x83h\x83E\x82̏\xEE\x95\xF1\x82\xF0\x95񍐂\xB5\x82\xBD\x82\xAD\x82Ȃ\xA2\x8Fꍇ\x82͖\xB3\x8C\xF8\x82ɂ\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
+	\x82\xB1\x82̐ݒ肪 on \x82ɂȂ\xC1\x82Ă\xA2\x82\xE9\x82ƁAdtterm\x82̃E\x83B\x83\x93\x83h\x83E\x8F\xEE\x95\xF1\x95񍐂̐\xA7\x8C\xE4\x83V\x81[\x83P\x83\x93\x83X\x82̓\xE0\x81A\x83E\x83B\x83\x93\x83h\x83E\x8F\xF3\x91ԕ\xF1\x8D\x90, \x83E\x83B\x83\x93\x83h\x83E\x88ʒu\x95\xF1\x8D\x90, \x83E\x83B\x83\x93\x83h\x83E\x83T\x83C\x83Y\x95\xF1\x8D\x90(\x83s\x83N\x83Z\x83\x8B\x92P\x88\xCA, \x95\xB6\x8E\x9A\x92P\x88\xCA), \x83\x8B\x81[\x83g\x83E\x83B\x83\x93\x83h\x83E\x83T\x83C\x83Y\x95\xF1\x8D\x90 \x82\xAA\x97L\x8C\xF8\x82ɂȂ\xE8\x82܂\xB7\x81B<br>
+	\x83Z\x83L\x83\x85\x83\x8A\x83e\x83B\x8F\xE3\x82̗\x9D\x97R\x93\x99\x82ŃE\x83B\x83\x93\x83h\x83E\x82̏\xEE\x95\xF1\x82\xF0\x95񍐂\xB5\x82\xBD\x82\xAD\x82Ȃ\xA2\x8Fꍇ\x82͖\xB3\x8C\xF8\x82ɂ\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
       </dd>
 
       <dt id="CursorCtrlSequence">Cursor control sequence</dt>
       <dd>
-      \x83J\x81[\x83\\x83\x8B\x8C`\x8F\xF3\x82𐧌䂷\x82\xE9\x83V\x81[\x83P\x83\x93\x83X\x82\xF0\x8Eg\x97p\x82\xB7\x82邩\x82ǂ\xA4\x82\xA9\x82\xF0\x90ݒ肵\x82܂\xB7\x81B<br>
-      \x82\xB1\x82̐ݒ肪 on \x82ɂȂ\xC1\x82Ă\xA2\x82\xE9\x82ƁADECSCUSR(\x83J\x81[\x83\\x83\x8B\x8C`\x8F\xF3\x95ύX), WYSTCURM(Wyse\x94\xF1\x93_\x96ŃJ\x81[\x83\\x83\x8B), WYULCURM(Wyse\x89\xBA\x90\xFC\x83J\x81[\x83\\x83\x8B), AT&amp;T 610\x82̃J\x81[\x83\\x83\x8B\x93_\x96Ő\xA7\x8C\xE4\x83V\x81[\x83P\x83\x93\x83X\x82ɉ\x9E\x82\xB6\x82āA\x83J\x81[\x83\\x83\x8B\x8C`\x8F󂪕ύX\x82\xB3\x82\xEA\x82܂\xB7\x81B<br><br>
-      
-      vim\x82\xF0\x8Eg\x97p\x82\xB5\x82Ă\xA2\x82\xE9\x8Fꍇ\x81A\x82\xB1\x82̋@\x94\\x82\xF0 on \x82ɂ\xB5\x82\xC4 ~/.vimrc \x82Ɉȉ\xBA\x82̂悤\x82ɒlj\xC1\x82\xB7\x82\xE9\x82Ɠ\xFC\x97̓\x82\x81[\x83h\x82ɉ\x9E\x82\xB6\x82ăJ\x81[\x83\\x83\x8B\x8C`\x8F󂪕ς\xED\x82\xE9\x82悤\x82ɂȂ\xE8\x82܂\xB7\x81B
+	\x83J\x81[\x83\\x83\x8B\x8C`\x8F\xF3\x82𐧌䂷\x82\xE9\x83V\x81[\x83P\x83\x93\x83X\x82\xF0\x8Eg\x97p\x82\xB7\x82邩\x82ǂ\xA4\x82\xA9\x82\xF0\x90ݒ肵\x82܂\xB7\x81B<br>
+	\x82\xB1\x82̐ݒ肪 on \x82ɂȂ\xC1\x82Ă\xA2\x82\xE9\x82ƁADECSCUSR(\x83J\x81[\x83\\x83\x8B\x8C`\x8F\xF3\x95ύX), WYSTCURM(Wyse\x94\xF1\x93_\x96ŃJ\x81[\x83\\x83\x8B), WYULCURM(Wyse\x89\xBA\x90\xFC\x83J\x81[\x83\\x83\x8B), AT&amp;T 610\x82̃J\x81[\x83\\x83\x8B\x93_\x96Ő\xA7\x8C\xE4\x83V\x81[\x83P\x83\x93\x83X\x82ɉ\x9E\x82\xB6\x82āA\x83J\x81[\x83\\x83\x8B\x8C`\x8F󂪕ύX\x82\xB3\x82\xEA\x82܂\xB7\x81B
 
+	<p>
+	  vim\x82\xF0\x8Eg\x97p\x82\xB5\x82Ă\xA2\x82\xE9\x8Fꍇ\x81A\x82\xB1\x82̋@\x94\\x82\xF0 on \x82ɂ\xB5\x82\xC4 ~/.vimrc \x82Ɉȉ\xBA\x82̂悤\x82ɒlj\xC1\x82\xB7\x82\xE9\x82Ɠ\xFC\x97̓\x82\x81[\x83h\x82ɉ\x9E\x82\xB6\x82ăJ\x81[\x83\\x83\x8B\x8C`\x8F󂪕ς\xED\x82\xE9\x82悤\x82ɂȂ\xE8\x82܂\xB7\x81B
+	</p>
+
 <pre>
 set t_SI=^[[3\ q
 set t_EI=^[[1\ q
 \x92\x8D: ^[ \x82\xCDControl-V Control-[\x82œ\xFC\x97͂\xB7\x82\xE9
 </pre>
 
-      \x83A\x83v\x83\x8A\x83P\x81[\x83V\x83\x87\x83\x93\x8FI\x97\xB9\x8C\xE3\x82ɁA\x83J\x81[\x83\\x83\x8B\x82\xF0\x93_\x96ŏ\xF3\x91Ԃɖ߂\xB7\x82ɂ́A\x88ȉ\xBA\x82̂悤\x82ɐݒ\xE8\x82\xF0\x82\xB5\x82܂\xB7\x81B<br>
-      ncurses 5.7 \x82\xCC terminfo \x82ł\xCD xterm \x82̃J\x81[\x83\\x83\x8B\x82̔\xF1\x95\\x8E\xA6(civis)/\x92ʏ\xED\x95\\x8E\xA6(cnorm)/\x8B\xAD\x92\xB2\x95\\x8E\xA6(cvvis)\x82͂\xBB\x82ꂼ\x82\xEA\x88ȉ\xBA\x82̂悤\x82ɂȂ\xC1\x82Ă\xA2\x82܂\xB7\x81B
+	\x83A\x83v\x83\x8A\x83P\x81[\x83V\x83\x87\x83\x93\x8FI\x97\xB9\x8C\xE3\x82ɁA\x83J\x81[\x83\\x83\x8B\x82\xF0\x93_\x96ŏ\xF3\x91Ԃɖ߂\xB7\x82ɂ́A\x88ȉ\xBA\x82̂悤\x82ɐݒ\xE8\x82\xF0\x82\xB5\x82܂\xB7\x81B<br>
+	ncurses 5.7 \x82\xCC terminfo \x82ł\xCD xterm \x82̃J\x81[\x83\\x83\x8B\x82̔\xF1\x95\\x8E\xA6(civis)/\x92ʏ\xED\x95\\x8E\xA6(cnorm)/\x8B\xAD\x92\xB2\x95\\x8E\xA6(cvvis)\x82͂\xBB\x82ꂼ\x82\xEA\x88ȉ\xBA\x82̂悤\x82ɂȂ\xC1\x82Ă\xA2\x82܂\xB7\x81B
 
 <pre>
 civis=\E[?25l
@@ -127,9 +129,9 @@
 cvvis=\E[?12;25h
 </pre>
 
-      \x82\xB1\x82̐ݒ肾\x82ƁA\x83J\x81[\x83\\x83\x8B\x82̒ʏ\xED\x95\\x8E\xA6\x8E\x9E\x82͔\xF1\x93_\x96łɁA\x8B\xAD\x92\xB2\x95\\x8E\xA6\x8E\x9E\x82͓_\x96ł\xB7\x82\xE9\x82悤\x82ɂȂ\xE8\x82܂\xB7\x81B
-      \x82\xB1\x82̂\xBD\x82\xDF terminfo \x91Ή\x9E\x82̃A\x83v\x83\x8A\x83P\x81[\x83V\x83\x87\x83\x93\x82\xAA\x83J\x81[\x83\\x83\x8B\x82\xF0\x92ʏ\xED\x95\\x8E\xA6\x82\xB5\x82悤\x82Ƃ\xB5\x82\xBD\x8E\x9E\x82ɓ_\x96ł\xB5\x82Ȃ\xAD\x82Ȃ\xE8\x82܂\xB7\x81B<br>
-      \x91Ή\x9E\x82Ƃ\xB5\x82ẮA\x83J\x81[\x83\\x83\x8B\x82̓_\x96Ő\xA7\x8C\xE4\x82𖳎\x8B\x82\xB7\x82\xE9\x88ׂ\xC9 CursorCtrlSequence \x82\xF0 off \x82ɐݒ肷\x82邩\x81A\x83J\x81[\x83\\x83\x8B\x95\\x8E\xA6\x8F\xF3\x91ԕύX\x8E\x9E\x82ɓ_\x96ŏ\xF3\x91Ԃ\xF0\x95ύX\x82\xB5\x82Ȃ\xA2\x82悤\x82Ɉȉ\xBA\x82̎菇\x82\xF0\x83z\x83X\x83g\x91\xA4\x82Ŏ\xC0\x8E{\x82\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
+	\x82\xB1\x82̐ݒ肾\x82ƁA\x83J\x81[\x83\\x83\x8B\x82̒ʏ\xED\x95\\x8E\xA6\x8E\x9E\x82͔\xF1\x93_\x96łɁA\x8B\xAD\x92\xB2\x95\\x8E\xA6\x8E\x9E\x82͓_\x96ł\xB7\x82\xE9\x82悤\x82ɂȂ\xE8\x82܂\xB7\x81B
+	\x82\xB1\x82̂\xBD\x82\xDF terminfo \x91Ή\x9E\x82̃A\x83v\x83\x8A\x83P\x81[\x83V\x83\x87\x83\x93\x82\xAA\x83J\x81[\x83\\x83\x8B\x82\xF0\x92ʏ\xED\x95\\x8E\xA6\x82\xB5\x82悤\x82Ƃ\xB5\x82\xBD\x8E\x9E\x82ɓ_\x96ł\xB5\x82Ȃ\xAD\x82Ȃ\xE8\x82܂\xB7\x81B<br>
+	\x91Ή\x9E\x82Ƃ\xB5\x82ẮA\x83J\x81[\x83\\x83\x8B\x82̓_\x96Ő\xA7\x8C\xE4\x82𖳎\x8B\x82\xB7\x82\xE9\x88ׂ\xC9 CursorCtrlSequence \x82\xF0 off \x82ɐݒ肷\x82邩\x81A\x83J\x81[\x83\\x83\x8B\x95\\x8E\xA6\x8F\xF3\x91ԕύX\x8E\x9E\x82ɓ_\x96ŏ\xF3\x91Ԃ\xF0\x95ύX\x82\xB5\x82Ȃ\xA2\x82悤\x82Ɉȉ\xBA\x82̎菇\x82\xF0\x83z\x83X\x83g\x91\xA4\x82Ŏ\xC0\x8E{\x82\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
 
 <pre>
 % infocmp xterm &gt; xterm.ti
@@ -142,17 +144,17 @@
 
       <dt id="ClipboardAccessFromRemote">Clipboard access from remote</dt>
       <dd>
-        \x83z\x83X\x83g\x82\xA9\x82\xE7\x82̃N\x83\x8A\x83b\x83v\x83{\x81[\x83h\x82ւ̃A\x83N\x83Z\x83X\x82\xF0\x8B\x96\x89‚\xB7\x82邩\x90ݒ肵\x82܂\xB7\x81B
-        <dl>
-          <dt>off</dt>
-          <dd>\x83N\x83\x8A\x83b\x83v\x83{\x81[\x83h\x82ւ̃A\x83N\x83Z\x83X\x82\xF0\x8B\x96\x89‚\xB5\x82Ȃ\xA2</dd>
-          <dt>write only</dt>
-          <dd>\x83N\x83\x8A\x83b\x83v\x83{\x81[\x83h\x82ւ̏\x91\x82\xAB\x8D\x9E\x82݂\xF0\x8B\x96\x89‚\xB7\x82\xE9</dd>
-          <dt>read only</dt>
-          <dd>\x83N\x83\x8A\x83b\x83v\x83{\x81[\x83h\x82ւ̓ǂݍ\x9E\x82݂\xF0\x8B\x96\x89‚\xB7\x82\xE9</dd>
-          <dt>read/write</dt>
-          <dd>\x83N\x83\x8A\x83b\x83v\x83{\x81[\x83h\x82ւ̓ǂݏ\x91\x82\xAB\x97\xBC\x95\xFB\x82\xF0\x8B\x96\x89‚\xB7\x82\xE9</dd>
-        </dl>
+	\x83z\x83X\x83g\x82\xA9\x82\xE7\x82̃N\x83\x8A\x83b\x83v\x83{\x81[\x83h\x82ւ̃A\x83N\x83Z\x83X\x82\xF0\x8B\x96\x89‚\xB7\x82邩\x90ݒ肵\x82܂\xB7\x81B
+	<dl>
+	  <dt>off</dt>
+	  <dd>\x83N\x83\x8A\x83b\x83v\x83{\x81[\x83h\x82ւ̃A\x83N\x83Z\x83X\x82\xF0\x8B\x96\x89‚\xB5\x82Ȃ\xA2</dd>
+	  <dt>write only</dt>
+	  <dd>\x83N\x83\x8A\x83b\x83v\x83{\x81[\x83h\x82ւ̏\x91\x82\xAB\x8D\x9E\x82݂\xF0\x8B\x96\x89‚\xB7\x82\xE9</dd>
+	  <dt>read only</dt>
+	  <dd>\x83N\x83\x8A\x83b\x83v\x83{\x81[\x83h\x82ւ̓ǂݍ\x9E\x82݂\xF0\x8B\x96\x89‚\xB7\x82\xE9</dd>
+	  <dt>read/write</dt>
+	  <dd>\x83N\x83\x8A\x83b\x83v\x83{\x81[\x83h\x82ւ̓ǂݏ\x91\x82\xAB\x97\xBC\x95\xFB\x82\xF0\x8B\x96\x89‚\xB7\x82\xE9</dd>
+	</dl>
       </dd>
 
     </dl>
@@ -160,7 +162,7 @@
 
     <h2>"Copy and Paste" \x83^\x83u</h2>
     <dl>
-      <dt id="EnableContinuedLineCopy"><a name="continuedline">Enable continued line copy</a></dt>
+      <dt id="EnableContinuedLineCopy">Enable continued line copy</dt>
       <dd>
 	\x8Cp\x91\xB1\x82\xB5\x82Ă\xA2\x82\xE9\x8Ds\x82\xF0\x89\xFC\x8Ds\x82\xB9\x82\xB8\x82ɃR\x83s\x81[\x82\xB7\x82\xE9\x8B@\x94\\x82\xF0\x97L\x8C\xF8\x82ɂ\xB5\x82܂\xB7\x81B
       </dd>
@@ -198,20 +200,15 @@
 	\x83N\x83\x8A\x83b\x83v\x83{\x81[\x83h\x82ɁA\x82\xB1\x82̐ݒ\xE8\x82Ŏw\x92肵\x82\xBD\x83t\x83@\x83C\x83\x8B\x93\xE0\x82ɑ\xB6\x8D݂\xB7\x82\xE9\x83e\x83L\x83X\x83g\x82\xAA\x8A܂܂\xEA\x82\xE9\x8Fꍇ\x81A\x83}\x83E\x83X\x82̉E\x83N\x83\x8A\x83b\x83N\x82\xA8\x82\xE6\x82\xD1Alt+V\x82\xC5
 	Tera Term\x83E\x83B\x83\x93\x83h\x83E\x82֓\\x82\xE8\x95t\x82\xAF\x82悤\x82Ƃ\xB7\x82\xE9\x83^\x83C\x83~\x83\x93\x83O\x82ŁA\x8Am\x94F\x83_\x83C\x83A\x83\x8D\x83O\x82\xF0\x95\\x8E\xA6\x82\xB3\x82\xB9\x82邱\x82Ƃ\xAA\x82ł\xAB\x82܂\xB7\x81B
 	\x8C둀\x8D\xEC\x82ɂ\xE6\x82\xE8\x81A\x92[\x96\x96\x82֗\\x8A\xFA\x82\xB9\x82ʃR\x83}\x83\x93\x83h\x93\x8A\x93\xFC\x82\xF0\x96h\x82\xAE\x82\xB1\x82Ƃ\xAA\x82ł\xAB\x82܂\xB7\x81B<br>
-    \x82\xB1\x82̐ݒ\xE8\x82́AConfirmChangePaste\x82̐ݒ肪\x97L\x8C\xF8\x82ȏꍇ\x82ɍ\xEC\x97p\x82\xB5\x82܂\xB7\x81B
+	\x82\xB1\x82̐ݒ\xE8\x82́AConfirmChangePaste\x82̐ݒ肪\x97L\x8C\xF8\x82ȏꍇ\x82ɍ\xEC\x97p\x82\xB5\x82܂\xB7\x81B
       </dd>
 
-      <dt>Confirm change paste string file</dt>
+      <dt id="DelimiterChar">Delimiter characters</dt>
       <dd>
-	\x83y\x81[\x83X\x83g\x8E\x9E\x82ɁA\x89\xFC\x8Ds\x83R\x81[\x83h\x88ȊO\x82Ɍx\x8D\x90\x82\xB5\x82\xBD\x82\xA2\x83L\x81[\x83\x8F\x81[\x83h\x82\xF0\x97񋓂\xB5\x82\xBD\x83t\x83@\x83C\x83\x8B\x82\xF0\x8Ew\x92肷\x82邱\x82Ƃ\xAA\x82ł\xAB\x82܂\xB7\x81B
-      </dd>
-
-      <dt>Delimiter characters</dt>
-      <dd>
 	\x92P\x8C\xEA\x91I\x91\xF0\x82̋\xE6\x90؂蕶\x8E\x9A\x82\xF0\x90ݒ肵\x82܂\xB7\x81B
       </dd>
 
-      <dt><a name="PasteDelayPerLine">Paste delay per line</a></dt>
+      <dt id="PasteDelayPerLine">Paste delay per line</dt>
       <dd>
 	\x95\xA1\x90\x94\x8Ds\x82̃f\x81[\x83^\x82\xF0\x93\\x82\xE8\x95t\x82\xAF\x82\xE9\x82Ƃ\xAB\x81A\x89\xFC\x8Ds\x82\xAA\x8C\xBB\x82\xEA\x82邲\x82ƂɃf\x81[\x83^\x82̑\x97\x90M\x82\xF0\x92x\x89\x84\x82\xB3\x82\xB9\x82邱\x82Ƃ\xAA\x82ł\xAB\x82܂\xB7\x81B\x92x\x89\x84\x82\xB7\x82鎞\x8AԂ\xF0\x83~\x83\x8A\x95b\x82Őݒ肵\x82܂\xB7\x81B
       </dd>
@@ -243,13 +240,12 @@
 	\x92l\x82\xAA\x8F\xAC\x82\xB3\x82\xA2\x82قǖ\xBE\x82邭\x82Ȃ\xE8\x82܂\xB7\x81B
       </dd>
 
+    </dl>
     <p>
       \x8Fڂ\xB5\x82\xAD\x82́u<a href="../usage/transparent.html">\x93\xA7\x89߃E\x83C\x83\x93\x83h\x83E</a>\x81v
       \x82\xF0\x8EQ\x8FƂ\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
     </p>
 
-    </dl>
-
     <dl>
       <dt id="MouseCursor">MouseCursor</dt>
       <dd>
@@ -282,13 +278,13 @@
       <dt id="EnableURLColor">Enable URL attribute color</dt>
       <dt id="EnableANSIColor">Enable ANSI color</dt>
       <dd>
-        \x82\xBB\x82ꂼ\x82\xEA\x82̐F\x91\xAE\x90\xAB\x82\xA8\x82\xE6\x82ѐF\x90ݒ\xE8\x82\xF0\x97L\x8C\xF8\x82ɂ\xB5\x82܂\xB7\x81B<br>
+	\x82\xBB\x82ꂼ\x82\xEA\x82̐F\x91\xAE\x90\xAB\x82\xA8\x82\xE6\x82ѐF\x90ݒ\xE8\x82\xF0\x97L\x8C\xF8\x82ɂ\xB5\x82܂\xB7\x81B<br>
 	\x82\xE0\x82\xB5ANSI color\x82𖳌\xF8\x82ɂ\xB5\x82\xBD\x8Fꍇ\x81A16\x90F\x82\xA8\x82\xE6\x82\xD1256\x90F\x83\x82\x81[\x83h\x82\xE0\x96\xB3\x8C\xF8\x82ɂȂ\xE8\x82܂\xB7\x81B
       </dd>
 
       <dt id="URLUnderline">Underline URL string</dt>
       <dd>
-        URL \x95\xB6\x8E\x9A\x97\xF1\x82ɉ\xBA\x90\x{11B90AC2}\xF0\x97L\x8C\xF8\x82ɂ\xB5\x82܂\xB7\x81B
+	URL \x95\xB6\x8E\x9A\x97\xF1\x82ɉ\xBA\x90\x{11B90AC2}\xF0\x97L\x8C\xF8\x82ɂ\xB5\x82܂\xB7\x81B
       </dd>
 
     </dl>
@@ -329,7 +325,7 @@
 %y      10 \x90i\x90\x94\x82ŕ\\x82\xB7\x90\xBC\x97\xEF\x82̉\xBA 2 \x8C\x85 (00 \x81` 99)\x81B
 %Y      10 \x90i\x90\x94\x82ŕ\\x82\xB7 4 \x8C\x85\x82̐\xBC\x97\xEF\x81B
 %z, %Z  \x83\x8C\x83W\x83X\x83g\x83\x8A\x82̐ݒ\xE8\x82ɉ\x9E\x82\xB6\x82āA\x83^\x83C\x83\x80 \x83]\x81[\x83\x93\x82̖\xBC\x91O\x82܂\xBD\x82͏ȗ\xAA\x8C`\x82\xF0\x8Ew\x92肵\x82܂\xB7\x81B
-        \x83^\x83C\x83\x80 \x83]\x81[\x83\x93\x82\xAA\x95s\x96\xBE\x82ȏꍇ\x82͎w\x92肵\x82܂\xB9\x82\xF1\x81B
+	\x83^\x83C\x83\x80 \x83]\x81[\x83\x93\x82\xAA\x95s\x96\xBE\x82ȏꍇ\x82͎w\x92肵\x82܂\xB9\x82\xF1\x81B
 %%      \x83p\x81[\x83Z\x83\x93\x83g\x8BL\x8D\x86\x81B
 </pre>
       </dd>
@@ -341,69 +337,67 @@
 
       <dt id="LogAutoStart">Auto start logging</dt>
       <dd>
-    \x90ڑ\xB1\x8E\x9E\x82Ɏ\xA9\x93\xAE\x93I\x82Ƀ\x8D\x83O\x8D̎\xE6\x82\xF0\x8AJ\x8En\x82\xB7\x82\xE9\x8B@\x94\\x82\xF0\x97L\x8C\xF8\x82ɂ\xB5\x82܂\xB7\x81B\x83\x8D\x83O\x83t\x83@\x83C\x83\x8B\x96\xBC\x82ɂ́A\x95W\x8F\x80\x82̃\x8D\x83O\x83t\x83@\x83C\x83\x8B\x96\xBC\x82\xAA\x8Eg\x97p\x82\xB3\x82\xEA\x82܂\xB7\x81B<br>
-    <a href="../commandline/teraterm.html#nolog">/nolog</a> \x83R\x83}\x83\x93\x83h\x83\x89\x83C\x83\x93\x83I\x83v\x83V\x83\x87\x83\x93\x82\xAA\x8Ew\x92肳\x82\xEA\x82Ă\xA2\x82\xE9\x82ƁA\x93\x96\x8AY\x8B@\x94\\x82͖\xB3\x8C\x{27B0B3}\x82\xEA\x82܂\xB7\x81B
+	\x90ڑ\xB1\x8E\x9E\x82Ɏ\xA9\x93\xAE\x93I\x82Ƀ\x8D\x83O\x8D̎\xE6\x82\xF0\x8AJ\x8En\x82\xB7\x82\xE9\x8B@\x94\\x82\xF0\x97L\x8C\xF8\x82ɂ\xB5\x82܂\xB7\x81B\x83\x8D\x83O\x83t\x83@\x83C\x83\x8B\x96\xBC\x82ɂ́A\x95W\x8F\x80\x82̃\x8D\x83O\x83t\x83@\x83C\x83\x8B\x96\xBC\x82\xAA\x8Eg\x97p\x82\xB3\x82\xEA\x82܂\xB7\x81B<br>
+	<a href="../commandline/teraterm.html#nolog">/nolog</a> \x83R\x83}\x83\x93\x83h\x83\x89\x83C\x83\x93\x83I\x83v\x83V\x83\x87\x83\x93\x82\xAA\x8Ew\x92肳\x82\xEA\x82Ă\xA2\x82\xE9\x82ƁA\x93\x96\x8AY\x8B@\x94\\x82͖\xB3\x8C\x{27B0B3}\x82\xEA\x82܂\xB7\x81B
       </dd>
 
-      <dt><a id="LogRotate">Log Rotate</a></dt>
+      <dt id="LogRotate">Log Rotate</dt>
       <dd>
-    \x83\x8D\x83O\x82̃\x8D\x81[\x83e\x81[\x83g\x82\xF0\x97L\x8C\xF8\x82ɂ\xB5\x82܂\xB7\x81B\x83\x8D\x81[\x83e\x81[\x83g\x82\xB3\x82ꂽ\x83\x8D\x83O\x83t\x83@\x83C\x83\x8B\x82ɂ́A\x8Ag\x92\xA3\x8Eq\x82\xC9 .1, .2, .3 \x81c \x82ƕt\x97^\x82\xB3\x82\xEA\x82܂\xB7\x81B
+	\x83\x8D\x83O\x82̃\x8D\x81[\x83e\x81[\x83g\x82\xF0\x97L\x8C\xF8\x82ɂ\xB5\x82܂\xB7\x81B\x83\x8D\x81[\x83e\x81[\x83g\x82\xB3\x82ꂽ\x83\x8D\x83O\x83t\x83@\x83C\x83\x8B\x82ɂ́A\x8Ag\x92\xA3\x8Eq\x82\xC9 .1, .2, .3 \x81c \x82ƕt\x97^\x82\xB3\x82\xEA\x82܂\xB7\x81B
+	<dl>
+	  <dt id="LogRotateSize">Size</dt>
+	  <dd>
+	    \x83\x8D\x83O\x82\xF0\x83\x8D\x81[\x83e\x81[\x83g\x82\xB3\x82\xB9\x82\xE9\x8F\xE3\x8C\xC0\x83T\x83C\x83Y\x82\xF0\x90ݒ肵\x82܂\xB7\x81B\x92P\x88ʂ\xC9"KB", "MB"\x82\xF0\x8Ew\x92肷\x82邱\x82Ƃ\xE0\x82ł\xAB\x82܂\xB7\x81B
+	  </dd>
+
+	  <dt id="LogRotateStep">Rotate</dt>
+	  <dd>
+	    \x83\x8D\x83O\x82\xF0\x83\x8D\x81[\x83e\x81[\x83g\x82\xB3\x82\xB9\x82鐢\x91㐔\x82\xF0\x90ݒ肵\x82܂\xB7\x81B"0"\x82̏ꍇ\x82́A\x90\xA2\x91\xE3\x8AǗ\x9D\x82\xF0\x82\xB5\x82܂\xB9\x82\xF1\x81B
+	  </dd>
+	</dl>
       </dd>
 
-      <ul>
-        <dt><a id="LogRotateSize">Size</a></dt>
-        <dd>
-        \x83\x8D\x83O\x82\xF0\x83\x8D\x81[\x83e\x81[\x83g\x82\xB3\x82\xB9\x82\xE9\x8F\xE3\x8C\xC0\x83T\x83C\x83Y\x82\xF0\x90ݒ肵\x82܂\xB7\x81B\x92P\x88ʂ\xC9"KB", "MB"\x82\xF0\x8Ew\x92肷\x82邱\x82Ƃ\xE0\x82ł\xAB\x82܂\xB7\x81B
-        </dd>
-        
-        <dt><a id="LogRotateStep">Rotate</a></dt>
-        <dd>
-        \x83\x8D\x83O\x82\xF0\x83\x8D\x81[\x83e\x81[\x83g\x82\xB3\x82\xB9\x82鐢\x91㐔\x82\xF0\x90ݒ肵\x82܂\xB7\x81B"0"\x82̏ꍇ\x82́A\x90\xA2\x91\xE3\x8AǗ\x9D\x82\xF0\x82\xB5\x82܂\xB9\x82\xF1\x81B
-        </dd>
-      </ul>
-
-      <dt><a id="LogOption">Log option</a></dt>
+      <dt id="LogOption">Log option</dt>
       <dd>
-      \x83\x8D\x83O\x83t\x83@\x83C\x83\x8B\x82̎\xED\x95ʂ\xF0\x90ݒ肵\x82܂\xB7\x81B
-      </dd>
+	\x83\x8D\x83O\x83t\x83@\x83C\x83\x8B\x82̎\xED\x95ʂ\xF0\x90ݒ肵\x82܂\xB7\x81B
+	<dl>
+	  <dt id="LogBinary">Binary</dt>
+	  <dd>
+	    \x83z\x83X\x83g\x82\xA9\x82\xE7\x8E\xF3\x90M\x82\xB5\x82\xBD\x95\xB6\x8E\x9A\x82\xF0\x82\xBB\x82̂܂܃t\x83@\x83C\x83\x8B\x82ɏ\x91\x82\xAB\x8D\x9E\x82݂\xBD\x82\xA2\x8Fꍇ\x82͑I\x91\xF0\x82\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
+	    \x91I\x91\xF0\x82\xB5\x82Ȃ\xA2\x8Fꍇ\x82́A\x8A\xBF\x8E\x9A\x83R\x81[\x83h\x81A\x89\xFC\x8Ds\x95\xB6\x8E\x9A\x82͕ϊ\xB7\x82\xB3\x82\xEA\x81A
+	    \x83G\x83X\x83P\x81[\x83v\x83V\x81[\x83P\x83\x93\x83X\x82͎\xE6\x82菜\x82\xA9\x82\xEA\x82Ă\xA9\x82珑\x82\xAB\x8D\x9E\x82܂\xEA\x82܂\xB7\x81B
+	  </dd>
 
-      <ul>
-        <dt id="LogBinary">Binary</dt>
-        <dd>
-  	\x83z\x83X\x83g\x82\xA9\x82\xE7\x8E\xF3\x90M\x82\xB5\x82\xBD\x95\xB6\x8E\x9A\x82\xF0\x82\xBB\x82̂܂܃t\x83@\x83C\x83\x8B\x82ɏ\x91\x82\xAB\x8D\x9E\x82݂\xBD\x82\xA2\x8Fꍇ\x82͑I\x91\xF0\x82\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
-  	\x91I\x91\xF0\x82\xB5\x82Ȃ\xA2\x8Fꍇ\x82́A\x8A\xBF\x8E\x9A\x83R\x81[\x83h\x81A\x89\xFC\x8Ds\x95\xB6\x8E\x9A\x82͕ϊ\xB7\x82\xB3\x82\xEA\x81A
-  	\x83G\x83X\x83P\x81[\x83v\x83V\x81[\x83P\x83\x93\x83X\x82͎\xE6\x82菜\x82\xA9\x82\xEA\x82Ă\xA9\x82珑\x82\xAB\x8D\x9E\x82܂\xEA\x82܂\xB7\x81B
-        </dd>
+	  <dt id="LogAppend">Append</dt>
+	  <dd>
+	    \x82\xB7\x82łɑ\xB6\x8D݂\xB7\x82\xE9\x83t\x83@\x83C\x83\x8B\x82ɒlj\xC1\x82\xB5\x82ď\x91\x82\xAB\x8D\x9E\x82݂\xBD\x82\xA2\x8Fꍇ\x82͑I\x91\xF0\x82\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
+	    \x91I\x91\xF0\x82\xB5\x82Ȃ\xA2\x8Fꍇ\x82͏㏑\x82\xAB\x82\xB3\x82\xEA\x82܂\xB7\x81B
+	  </dd>
 
-        <dt id="LogAppend">Append</dt>
-        <dd>
-  	\x82\xB7\x82łɑ\xB6\x8D݂\xB7\x82\xE9\x83t\x83@\x83C\x83\x8B\x82ɒlj\xC1\x82\xB5\x82ď\x91\x82\xAB\x8D\x9E\x82݂\xBD\x82\xA2\x8Fꍇ\x82͑I\x91\xF0\x82\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
-  	\x91I\x91\xF0\x82\xB5\x82Ȃ\xA2\x8Fꍇ\x82͏㏑\x82\xAB\x82\xB3\x82\xEA\x82܂\xB7\x81B
-        </dd>
+	  <dt id="LogTypePlainText">Plain text</dt>
+	  <dd>
+	    ASCII \x94\xF1\x95\\x8E\xA6\x95\xB6\x8E\x9A\x82\xF0\x8F\x91\x82\xAB\x8D\x9E\x82݂\xBD\x82\xAD\x82Ȃ\xA2\x8Fꍇ\x82͑I\x91\xF0\x82\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B<br>
+	    \x81\xA6Binary \x83I\x83v\x83V\x83\x87\x83\x93\x82\xAA\x97L\x8C\xF8\x82̏ꍇ\x82͑I\x91\xF0\x95s\x89‚ł\xA0\x82\xE8\x81A\x90ݒ\xE8\x82͖\xB3\x8C\x{27B0B3}\x82\xEA\x82܂\xB7\x81B
+	  </dd>
 
-        <dt id="LogTypePlainText">Plain text</dt>
-        <dd>
-  	ASCII \x94\xF1\x95\\x8E\xA6\x95\xB6\x8E\x9A\x82\xF0\x8F\x91\x82\xAB\x8D\x9E\x82݂\xBD\x82\xAD\x82Ȃ\xA2\x8Fꍇ\x82͑I\x91\xF0\x82\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B<br>
-	\x81\xA6Binary \x83I\x83v\x83V\x83\x87\x83\x93\x82\xAA\x97L\x8C\xF8\x82̏ꍇ\x82͑I\x91\xF0\x95s\x89‚ł\xA0\x82\xE8\x81A\x90ݒ\xE8\x82͖\xB3\x8C\x{27B0B3}\x82\xEA\x82܂\xB7\x81B
-        </dd>
+	  <dt id="LogTimestamp">Timestamp</dt>
+	  <dd>
+	    \x83\x8D\x83O\x82̍s\x93\xAA\x82Ɏ\x9E\x8D\x8F\x82\xF0\x92lj\xC1\x82\xB5\x82\xBD\x82\xA2\x8Fꍇ\x82͑I\x91\xF0\x82\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B\x8Ds\x82̍ŏ\x89\x82̕\xB6\x8E\x9A\x82\xAA\x8Fo\x97͂\xB3\x82ꂽ\x8E\x9E\x8D\x8F\x82\xAA\x92lj\xC1\x82\xB3\x82\xEA\x82܂\xB7\x81B<br>
+	    \x81\xA6Binary \x83I\x83v\x83V\x83\x87\x83\x93\x82\xAA\x97L\x8C\xF8\x82̏ꍇ\x82͑I\x91\xF0\x95s\x89‚ł\xA0\x82\xE8\x81A\x90ݒ\xE8\x82͖\xB3\x8C\x{27B0B3}\x82\xEA\x82܂\xB7\x81B
+	  </dd>
 
-        <dt id="LogTimestamp">Timestamp</dt>
-        <dd>
-  	\x83\x8D\x83O\x82̍s\x93\xAA\x82Ɏ\x9E\x8D\x8F\x82\xF0\x92lj\xC1\x82\xB5\x82\xBD\x82\xA2\x8Fꍇ\x82͑I\x91\xF0\x82\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B\x8Ds\x82̍ŏ\x89\x82̕\xB6\x8E\x9A\x82\xAA\x8Fo\x97͂\xB3\x82ꂽ\x8E\x9E\x8D\x8F\x82\xAA\x92lj\xC1\x82\xB3\x82\xEA\x82܂\xB7\x81B<br>
-	\x81\xA6Binary \x83I\x83v\x83V\x83\x87\x83\x93\x82\xAA\x97L\x8C\xF8\x82̏ꍇ\x82͑I\x91\xF0\x95s\x89‚ł\xA0\x82\xE8\x81A\x90ݒ\xE8\x82͖\xB3\x8C\x{27B0B3}\x82\xEA\x82܂\xB7\x81B
-        </dd>
+	  <dt id="LogHideDialog">Hide dialog</dt>
+	  <dd>
+	    \x83\x8D\x83O\x93]\x91\x97\x82̃_\x83C\x83A\x83\x8D\x83O\x82\xF0\x95\\x8E\xA6\x82\xB5\x82\xBD\x82\xAD\x82Ȃ\xA2\x8Fꍇ\x82͑I\x91\xF0\x82\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
+	  </dd>
 
-        <dt id="LogHideDialog">Hide dialog</dt>
-        <dd>
-  	\x83\x8D\x83O\x93]\x91\x97\x82̃_\x83C\x83A\x83\x8D\x83O\x82\xF0\x95\\x8E\xA6\x82\xB5\x82\xBD\x82\xAD\x82Ȃ\xA2\x8Fꍇ\x82͑I\x91\xF0\x82\xB5\x82Ă\xAD\x82\xBE\x82\xB3\x82\xA2\x81B
-        </dd>
+	  <dt id="LogIncludeScreenBuffer">Include screen buffer</dt>
+	  <dd>
+	    \x8C\xBB\x8D݂̒[\x96\x96\x83o\x83b\x83t\x83@\x82\xF0\x82\xB7\x82ׂă\x8D\x83O\x83t\x83@\x83C\x83\x8B\x82ɏ\x91\x82\xAB\x8Fo\x82\xB5\x82Ă\xA9\x82\xE7\x81A\x83\x8D\x83O\x8D̎\xE6\x82\xF0\x8AJ\x8En\x82\xB5\x82܂\xB7\x81B
+	  </dd>
+	</dl>
+      </dd>
 
-        <dt id="LogIncludeScreenBuffer">Include screen buffer</dt>
-        <dd>
-  	\x8C\xBB\x8D݂̒[\x96\x96\x83o\x83b\x83t\x83@\x82\xF0\x82\xB7\x82ׂă\x8D\x83O\x83t\x83@\x83C\x83\x8B\x82ɏ\x91\x82\xAB\x8Fo\x82\xB5\x82Ă\xA9\x82\xE7\x81A\x83\x8D\x83O\x8D̎\xE6\x82\xF0\x8AJ\x8En\x82\xB5\x82܂\xB7\x81B
-        </dd>
-      </ul>
-
     </dl>
 
 
@@ -416,10 +410,10 @@
 
       <dt id="CygTerm">CygTerm</dt>
       <dd>
-	CygTerm \x82̐ݒ\xE8\x82\xF0\x82\xB5\x82܂\xB7\x81B<br><br>
-	
-	<em>(version 4.88\x88ȑO)</em><br>
-	\x90ݒ\xE8\x8C\xE3\x81A\x91\xA6\x8D\xC0\x82ɐݒ\xE8\x83t\x83@\x83C\x83\x8B(cygterm.cfg)\x82\xF0\x8DX\x90V\x82\xB5\x82܂\xB7\x81BSave setup \x82\xF0\x8Ds\x82\xA4\x95K\x97v\x82͂\xA0\x82\xE8\x82܂\xB9\x82\xF1\x81B
+	CygTerm \x82̐ݒ\xE8\x82\xF0\x82\xB5\x82܂\xB7\x81B\x8Ae\x8D\x80\x96ڂ̈Ӗ\xA1\x82ɂ‚\xA2\x82ẮA<a href="../setup/cygterm.html">CygTerm+ \x90ݒ\xE8\x83t\x83@\x83C\x83\x8B</a> \x82\xF0\x8EQ\x8FƂ\xB5\x82ĉ\xBA\x82\xB3\x82\xA2\x81B
+	<p>\x92\x8D: \x88ȑO\x82̃o\x81[\x83W\x83\x87\x83\x93\x82ł͐ݒ\xE8\x8C\xE3\x82Ɏ\xA9\x93\xAE\x82\xC5cygterm.cfg\x82\xF0\x8DX\x90V\x82\xB5\x82Ă\xA2\x82܂\xB5\x82\xBD\x82\xAA\x81Aversion 4.89\x88ȍ~\x82ł͎\xA9\x93\xAE\x82ł̍X\x90V\x82\xF0\x8Ds\x82\xED\x82Ȃ\xA2\x82悤\x82ɂȂ\xE8\x82܂\xB5\x82\xBD\x81B<br>
+	  <em>cygterm.cfg\x82\xF0\x8DX\x90V\x82\xB7\x82\xE9\x88ׂɂ\xCD Setup - Save Setup \x82\xF0\x8Ds\x82\xA4\x95K\x97v\x82\xAA\x82\xA0\x82\xE8\x82܂\xB7\x81B</em>
+	</p>
       </dd>
     </dl>
   </body>



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