-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
端末の設定, Windows プロパティーページのドキュメントを修正 #84
- setup-additional.html からリンクするよう修正 - 次修正のドキュメント分 - 端末の設定ダイアログをプロパティーページに変更 #84 - 7f512f8 - Windowダイアログをプロパティーページに変更 #84 - 608d5bc
- Loading branch information
Showing
36 changed files
with
611 additions
and
772 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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<CR><LF>" is expressed as | ||
the following: | ||
<p class="indent1"> | ||
ABC$0D$0A | ||
</p> | ||
</dd> | ||
|
||
<dt id="AutoWinSwitch">Auto switch (VT<->TEK)</dt> | ||
<dd> | ||
Enables auto switching between VT and TEK emulations. | ||
</dd> | ||
|
||
</dl> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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(<CSI>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 <CSI>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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.