Skip to content

Commit

Permalink
端末の設定, Windows プロパティーページのドキュメントを修正 #84
Browse files Browse the repository at this point in the history
- setup-additional.html からリンクするよう修正
- 次修正のドキュメント分
  - 端末の設定ダイアログをプロパティーページに変更 #84
    - 7f512f8
  - Windowダイアログをプロパティーページに変更 #84
    - 608d5bc
  • Loading branch information
zmatsuo committed Sep 25, 2024
1 parent a33679e commit 3caf04b
Show file tree
Hide file tree
Showing 36 changed files with 611 additions and 772 deletions.
4 changes: 2 additions & 2 deletions doc/en/html/about/ctrlseq.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h2 id="C0">C0 Control Character</h2>
<tr><td>0x02</td> <td> STX </td> <td> </td></tr>
<tr><td>0x03</td> <td> ETX </td> <td> </td></tr>
<tr><td>0x04</td> <td> EOT </td> <td> </td></tr>
<tr><td>0x05</td> <td> ENQ </td> <td> Sends the <a href="../menu/setup-terminal.html#Answerback">answerback message</a>.</td></tr>
<tr><td>0x05</td> <td> ENQ </td> <td> Sends the <a href="../menu/setup-additional-terminal.html#Answerback">answerback message</a>.</td></tr>
<tr><td>0x06</td> <td> ACK </td> <td> </td></tr>
<tr><td>0x07</td> <td> BEL </td> <td> Sounds the bell tone.</td></tr>
<tr><td>0x08</td> <td> BS </td> <td> Moves the cursor one character position to the left. </td></tr>
Expand Down Expand Up @@ -173,7 +173,7 @@ <h2 id="CSI">CSI Sequence</h2>
<tr><td>CSI <i>Ps</i> c</td> <td>DA</td> <td> Primary Device Attribute. The default value of <i>Ps</i> is 0.
<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.
Response: Depends the <a href="../menu/setup-additional-terminal.html#TerminalID">Terminal ID</a> setting.
VT100 ESC [ ? 1 ; 2 c
VT100J ESC [ ? 5 ; 2 c
VT101 ESC [ ? 1 ; 0 c
Expand Down
12 changes: 6 additions & 6 deletions doc/en/html/about/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ <h3 id="teraterm_4.102">2019.02.28 (Ver 4.102)</h3>
<li>The value of transparency can be temporarily changed by moving the mouse wheel on the title bar of the VT window.</li>
<li>The internal implementation of the VT window was speeded up.</li>
<li>UTF-8: Four bytes character can not be shown yet but can be decoded, the impact range of character corruption was be minimized.</li>
<li>The language code(CodePage) of the "<a href="../menu/setup-terminal.html">Terminal ([Setup] menu)</a>" dialog(<a href="../usage/unicode.html">Unicode usage</a>).</li>
<li>The language code(CodePage) of the "<a href="../menu/setup-additional-terminal.html">Terminal ([Setup] menu)</a>" dialog(<a href="../usage/unicode.html">Unicode usage</a>).</li>
<li>MACRO: The macro file can support UTF-8 and UTF-16(with BOM) encoding.</li>
<li>MACRO: The <a href="../macro/command/getfileattr.html">getfileattr</a> command can be based on the current directory same as other command.</li>
<li>MACRO: The <a href="../macro/command/fileopen.html">fileopen</a> command can cause an error when a file is not found with read only mode.</li>
Expand Down Expand Up @@ -565,7 +565,7 @@ <h3 id="teraterm_4.100">2018.08.31 (Ver 4.100)</h3>
<ul>
<li>added support for multiple files' drag&amp;drop.</li>
<li>Functional enhancement: <a href="../usage/mouse.html#dragdropwindow">Confirmation dialog by using drag&amp;drop a file</a>.</li>
<li>Window size is maximized when the title bar is double-clicked if <a href="../menu/setup-terminal.html#TermIsWin">"Term size = win size"</a> setting is on.</li>
<li>Window size is maximized when the title bar is double-clicked if <a href="../menu/setup-additional-terminal.html#TermIsWin">"Term size = win size"</a> setting is on.</li>
<li>added the <a href="../setup/teraterm-win.html#title">Title format configuration</a> on the General tab of the <a href="../menu/setup-additional-general.html#TitleFormat">Additional settings dialog</a>.</li>
</ul>
</li>
Expand Down Expand Up @@ -874,7 +874,7 @@ <h3 id="teraterm_4.91">2016.05.31 (Ver 4.91)</h3>
<li>added the <a href="../commandline/teraterm.html#waitcom">/WAITCOM</a> command line option.</li>
<li>added the <a href="../setup/teraterm-com.html#WaitCom">WaitCom</a> entry in the teraterm.ini file. The default value is off.</li>
</ul></li>
<li>added the LF entry in the <a href="../menu/setup-terminal.html#CRSend">New-line(transmit)</a>.</li>
<li>added the LF entry in the <a href="../menu/setup-additional-terminal.html#CRSend">New-line(transmit)</a>.</li>
<li>When <a href="../setup/teraterm-trans.html#zmauto">ZmodemAuto=on</a> is enabled and ZRINIT packet is received, the file selection dialog of ZMODEM sending is opened.</li>
<li>updated to new Tera Term icon file(teraterm.ico, vt.ico) and macro icon file(ttmacro.ico). Special thanks to Tatsu Sakamoto.</li>
</ul>
Expand Down Expand Up @@ -1515,7 +1515,7 @@ <h3 id="teraterm_4.74">2012.05.31 (Ver 4.74)</h3>
<li>A named pipe can be specified into the TCP/IP:Host entry of <a href="../menu/file-new.html">New connection dialog</a>.</li>
<li>added the <a href="../commandline/teraterm.html#pipe">/PIPE</a> option by specifying the named pipe.</li>
</ul></li>
<li>added the AUTO entry in the <a href="../menu/setup-terminal.html#CRReceive">New-line(receive)</a>. Special thanks to tentner.</li>
<li>added the AUTO entry in the <a href="../menu/setup-additional-terminal.html#CRReceive">New-line(receive)</a>. Special thanks to tentner.</li>
<li>added the selection of the font quality.
<ul>
<li>added the Font quality configuration on the <a href="../menu/setup-additional.html">Additional settings dialog</a>.</li>
Expand Down Expand Up @@ -1777,7 +1777,7 @@ <h3 id="teraterm_4.69">2011.3.5 (Ver 4.69)</h3>
<ul>
<li>When the terminal width is 257 columns over, Tera Term does not display well.</li>
<li>When the terminal ID is VT520 and VT525, the Primary DA (DA1) reply is incorrect.</li>
<li>When the language is other than Japanese, the VT420, VT520 and VT525 on the <a href="../menu/setup-terminal.html">Terminal Setup</a> dialog do not work well.</li>
<li>When the language is other than Japanese, the VT420, VT520 and VT525 on the <a href="../menu/setup-additional-terminal.html">Terminal Setup</a> dialog do not work well.</li>
<li>When <a href="../setup/teraterm-prn.html#direct">PassThruPort</a> is specified as a local device mapping the network share, Tera Term printing does not work. cf.<a href="http://logmett.com/forum/viewtopic.php?f=2&amp;t=1383" target="_blank">print with WINDOWS 7 net use LPT PERSISTENT:Yes </a></li>
<li>Tera Term can not ignore the unsupported OSC control string. </li>
<li>Tera Term can not understand a character after the DCS, SOS, APC and PM Control string.</li>
Expand Down Expand Up @@ -2510,7 +2510,7 @@ <h3 id="teraterm_4.57">2008.1.15 (Ver 4.57)</h3>
<li>Bug fix: extension filters on file dialog didn't work when the <a href="../setup/teraterm-trans.html#filter">FileSendFilter</a> is specified.</li>
<li>Bug fix: double close a local file handle when same file already exists on the remote host by sending the local file with ZMODEM protocol.</li>
<li>Bug fix: Telnet keep-alive mechanism could not been thread-safe.</li>
<li>Bug fix: New-line (transmit) of <a href="../menu/setup-terminal.html">Terminal Setup</a> would be empty when a user connects.</li>
<li>Bug fix: New-line (transmit) of <a href="../menu/setup-additional-terminal.html">Terminal Setup</a> would be empty when a user connects.</li>
<li>Bug fix: Up and Down key could not work with DELL USB keyboard. Added the workaround. Special thanks to chuckf.<br> cf. <a href="http://www.neocom.ca/forum/viewtopic.php?p=2565" target="_blank">http://www.neocom.ca/forum/viewtopic.php?p=2565</a></li>
<li>upgraded TTSSH version supporting SSH2 to <a href="#ttssh_2.45">2.45</a></li>
<li>upgraded CygTerm+ to <a href="#cygterm_1.07_14">1.07_14</a></li>
Expand Down
1 change: 0 additions & 1 deletion doc/en/html/menu/setup-additional-copy-and-paste.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
<body>
<h1>Additional settings / "Copy and Paste" tab ([Setup] Menu)</h1>

<h2 id="TabCopyAndPaste">"Copy and Paste" Tab</h2>
<dl>
<dt id="EnableContinuedLineCopy">Enable continued line copy</dt>
<dd>
Expand Down
2 changes: 1 addition & 1 deletion doc/en/html/menu/setup-additional-general.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h1>Additional settings / "General" Tab ([Setup] Menu)</h1>
<dd>Displays VT or TEK</dd>

<dt>Swap hostname and title position</dt>
<dd>Swaps the hostname and <a href="setup-window.html#Title">title text</a>, displays hostname first.</dd>
<dd>Swaps the hostname and <a href="setup-additional-window.html#Title">title text</a>, displays hostname first.</dd>

<dt>Display tcp port number</dt>
<dd>Displays tcp port number (TCP/IP connection only)</dd>
Expand Down
101 changes: 101 additions & 0 deletions doc/en/html/menu/setup-additional-terminal.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
<!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>Additional settings / "Terminal" tab ([Setup] menu)</title>
<META http-equiv="Content-Style-Type" content="text/css">
<link rel="stylesheet" href="../style.css" type="text/css">
</head>

<body>
<h1>Additional settings / "Terminal" tab ([Setup] menu)</h1>

<dl>
<dt id="TerminalSize">Terminal size</dt>
<dd>
The logical size of the terminal (numbers of columns and lines).
Note that the window size (real screen size) is not necessarily
equal to the terminal size.
</dd>

<dt id="TermIsWin">Term size = win size</dt>
<dd>
Forces the terminal size to be always equal to the window size.
</dd>

<dt id="AutoWinResize">Auto window resize</dt>
<dd>
When the terminal size is changed, resizes the window to the
terminal size.
</dd>

<dt id="CRReceive">New-line (receive)</dt>
<dd>
<dl>
<dt>CR</dt>
<dd>Tera Term doesn't convert it.</dd>

<dt>CR+LF</dt>
<dd>Received CR ($0D) character is converted to CR+LF ($0D $0A) pairs.<br>
e.g.) If "CR LF" is received, it is converted to "CR LF LF."</dd>

<dt>LF</dt>
<dd>Received LF ($0A) character is converted to CR+LF ($0D $0A) pairs.<br>
e.g.) If "CR LF" is received, it is converted to "CR CR LF."</dd>

<dt>AUTO</dt>
<dd>Received CR ($0D) or LF ($0A) character is converted to CR+LF ($0D $0A) pairs.<br>
e.g.) If "CR+LF" are received, it is not converted.<br>
If "CR" is received, it is converted to "CR LF."<br>
If "LF" is received, it is converted to "CR LF."</dd>
</dl>
</dd>

<dt id="CRSend">New-line (transmit)</dt>
<dd>
<dl>
<dt>CR</dt>
<dd>Tera Term doesn't convert it.</dd>

<dt>CR+LF</dt>
<dd>CR ($0D) character to be sent is converted to CR+LF ($0D $0A) pairs before it is actually sent.</dd>

<dt>LF</dt>
<dd>CR ($0D) character to be sent is converted to LF ($0A) before it is actually sent.</dd>
</dl>
</dd>

<dt id="TerminalID">Terminal ID</dt>
<dd>
Terminal ID to be reported to the host when the host requests it.
Note that the terminal ID is not identical to the telnet terminal
type. To change the telnet terminal type, use the
<a href="setup-additional-tcpip.html#TermType">Terminal type in [Setup] Addtional Setting "TCP/IP" tab</a>.
</dd>

<dt id="LocalEcho">Local echo</dt>
<dd>
Enables local echoing of characters sent.
</dd>

<dt id="Answerback">Answerback</dt>
<dd>
The string to be answered back to the host, when the ENQ ($05)
character is received. Each non-printable character in the string
can be expressed as a "$" and ASCII code in two-character hex number.
For example, the string "ABC&lt;CR&gt;&lt;LF&gt;" is expressed as
the following:
<p class="indent1">
ABC$0D$0A
</p>
</dd>

<dt id="AutoWinSwitch">Auto switch (VT&lt;-&gt;TEK)</dt>
<dd>
Enables auto switching between VT and TEK emulations.
</dd>

</dl>
</body>
</html>
134 changes: 134 additions & 0 deletions doc/en/html/menu/setup-additional-window.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,134 @@
<!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>Additional settings / "Window" tab ([Setup] menu)</title>
<META http-equiv="Content-Style-Type" content="text/css">
<link rel="stylesheet" href="../style.css" type="text/css">
</head>

<body>
<h1>Additional settings / "Window" tab ([Setup] menu)</h1>

<dl>
<dt id="Title">Title</dt>
<dd>
Text displayed in the window title.<br>
See <a href="setup-additional-ctrlseq.html#AcceptTitleChangeRequest">Accept window title change request</a> for behavior when a remote title is set.<br>
The remote title can be reset with <a href="control.html#RsetRemoteTitle">Reset Remote Title</a>.
</dd>

<dt id="CursorShape">Cursor shape</dt>
<dd>
Cursor shape. Block, Vertical line or Horizontal line.
</dd>

<dt id="EnableBold">Enable bold font</dt>
<dd>
Enables the use of bold style font for characters with the bold attribute.
</dd>

<dt id="HideTitle">Hide title bar</dt>
<dd>
Hides the title bar and menu bar. You can move the window by
dragging it with the left mouse button while pressing the Alt key.
Rectangle selection will not be available.
You can minimize the window by clicking the right mouse button
while pressing the Alt key. Clicking the left mouse button while
pressing the Ctrl key causes the pop-up menu to appear.
You can also resize the window by holding down the Shift and Alt keys and dragging the window with the left mouse button.
</dd>

<dt id="NoFrame">No Frame</dt>
<dd>
Hides the window frame. It is no longer possible to resize the window using the window frame.
To resize the window, drag the window with the left mouse button while pressing the Shift and Alt keys.
</dd>

<dt id="PopupMenu">Hide menu bar</dt>
<dd>
Hides the menu bar. Menus with no shortcut key set will not be accessible with the accelerator key.
Clicking the left mouse button while pressing the Ctrl key causes the pop-up menu to appear.
</dd>

<dt id="PcBoldColor">16 Colors (PC style)</dt>
<dd>
Enables the PC style mapping of bold color. In this mode, the bold (blink)
attribute is used as a color attribute bit for text (background).
This option increases the number of colors for text and
background specified by escape sequences twice, from 8 to 16.
</dd>

<dt id="Aixterm16Color">16 Colors (aixterm style)</dt>
<dd>
Enables aixterm style 16 colors mode.
This option increases the number of colors for text and
background specified by escape sequences twice, from 8 to 16.<br>

<b>NOTE</b>: The escape sequence(&lt;CSI&gt;100m) which changes the background color to the color number nine would conflict the escape sequence of the resetting rxvt-style characters and background color. So, if a user enables this mode, the behavior of &lt;CSI&gt;100m escape sequence will work never before.<br>
If a user does not like this behavior, turn off this option.
</dd>

<dt id="Xterm256Color">256 Colors (xterm style)</dt>
<dd>
Enables xterm style 256 colors mode.
This option increases the number of colors for text and
background specified by escape sequences twice, from 8 to 256.<br>
Also, a user can change the color table by the escape sequence.
</dd>

<dt id="ScrollBuffSize">Scroll buffer</dt>
<dd>
Enables the scroll buffer. If enabled, the number of lines in the
scroll buffer (including the displayed area) can be specified.
The maximum number of lines is 10000.
If memory is not enough, this value is reduced automatically.<br>
See also <a href="../setup/teraterm-win.html#scrollbuf">Maximum scroll buffer size</a>.
</dd>

<dt>Color</dt>
<dd>
<dl>
<dt>Text</dt>
<dd>
Text color.
</dd>

<dt>Background</dt>
<dd>
Background color.
</dd>

<dt id="Attribute">Attribute</dt>
<dd>
Attribute of characters whose colors are being changed.
<ul>
<li>Normal</li>
<li>Bold</li>
<li>Blink</li>
<li>Reverse</li>
<li>URL</li>
<li>Underline</li>
</ul>
</dd>

<dt>Reverse</dt>
<dd>
Exchanges the text color and background color.
</dd>

<dt>R, G, B</dt>
<dd>
Specifies the RGB value of the character color.
</dd>

<dt id="UseNormalBGColor">Always use Normal text's BG</dt>
<dd>
If this option is ON, Tera Term uses Normal background color instead of Bold, Blink and URL's background color.
</dd>
</dl>
</dd>
</dl>
</body>
</html>
4 changes: 3 additions & 1 deletion doc/en/html/menu/setup-additional.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<TITLE>Additional settings([Setup] Menu)</title>
<title>Additional settings([Setup] Menu)</title>
<META http-equiv="Content-Style-Type" content="text/css">
<link rel="stylesheet" href="../style.css" type="text/css">
</head>
Expand All @@ -25,6 +25,8 @@ <h2>tabs</h2>
<li><a href="setup-additional-keyboard.html">"Keyboard" Tab</a></li>
<li><a href="setup-additional-mouse.html">"Mouse" Tab</a></li>
<li><a href="setup-additional-tcpip.html">"TCP/IP" Tab</a></li>
<li><a href="setup-additional-terminal.html">"Terminal" Tab</a></li>
<li><a href="setup-additional-window.html">"Window" Tab</a></li>
</ul>

</body>
Expand Down
Loading

0 comments on commit 3caf04b

Please sign in to comment.