Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/doc/en/html/menu/setup-window.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10938 - (show annotations) (download) (as text)
Sat Sep 16 14:32:40 2023 UTC (8 months, 1 week ago) by zmatsuo
File MIME type: text/html
File size: 4307 byte(s)
ドキュメントに Reset remote title について追記

- ウィンドウタイトルの設定の説明に次のリンクを追加
  - Accept window title change request
  - Reset remote title
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2 "http://www.w3.org/TR/html4/strict.dtd">
3 <html>
4 <head>
5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6 <title>Window ([Setup] menu)</title>
7 <META http-equiv="Content-Style-Type" content="text/css">
8 <link rel="stylesheet" href="../style.css" type="text/css">
9 </head>
10
11 <body>
12 <h1>Window ([Setup] menu)</h1>
13
14 <h2>"Window setup" dialog box</h2>
15 <dl>
16 <dt id="Title">Title</dt>
17 <dd>
18 Text displayed in the window title.<br>
19 See <a href="setup-additional.html#AcceptTitleChangeRequest">Accept window title change request</a> for behavior when a remote title is set.<br>
20 The remote title can be reset with <a href="control.html#RsetRemoteTitle">Reset Remote Title</a>.
21 </dd>
22
23 <dt id="CursorShape">Cursor shape</dt>
24 <dd>
25 Cursor shape. Block, Vertical line or Horizontal line.
26 </dd>
27
28 <dt id="EnableBold">Enable bold font</dt>
29 <dd>
30 Enables the use of bold style font for characters with the bold attribute.
31 </dd>
32
33 <dt id="HideTitle">Hide title bar</dt>
34 <dd>
35 Hides the title bar and menu bar. You can move the window by
36 dragging it with the left mouse button while pressing the Alt key.
37 You can minimize the window by clicking the right mouse button
38 while pressing the Alt key. Clicking the left mouse button while
39 pressing the Ctrl key causes the pop-up menu to appear.
40 </dd>
41
42 <dt id="PopupMenu">Hide menu bar</dt>
43 <dd>
44 Hides the menu bar. Clicking the left mouse button while pressing
45 the Ctrl key causes the pop-up menu to appear.
46 </dd>
47
48 <dt id="PcBoldColor">16 Colors (PC style)</dt>
49 <dd>
50 Enables the PC style mapping of bold color. In this mode, the bold (blink)
51 attribute is used as a color attribute bit for text (background).
52 This option increases the number of colors for text and
53 background specified by escape sequences twice, from 8 to 16.
54 </dd>
55
56 <dt id="Aixterm16Color">16 Colors (aixterm style)</dt>
57 <dd>
58 Enables aixterm style 16 colors mode.
59 This option increases the number of colors for text and
60 background specified by escape sequences twice, from 8 to 16.<br>
61
62 <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>
63 If a user does not like this behavior, turn off this option.
64 </dd>
65
66 <dt id="Xterm256Color">256 Colors (xterm style)</dt>
67 <dd>
68 Enables xterm style 256 colors mode.
69 This option increases the number of colors for text and
70 background specified by escape sequences twice, from 8 to 256.<br>
71 Also, a user can change the color table by the escape sequence.
72 </dd>
73
74 <dt id="ScrollBuffSize">Scroll buffer</dt>
75 <dd>
76 Enables the scroll buffer. If enabled, the number of lines in the
77 scroll buffer (including the displayed area) can be specified.
78 The maximum number of lines is 10000.
79 If memory is not enough, this value is reduced automatically.<br>
80 See also <a href="../setup/teraterm-win.html#scrollbuf">Maximum scroll buffer size</a>.
81 </dd>
82
83 <dt>Color</dt>
84 <dd>
85 <dl>
86 <dt>Text</dt>
87 <dd>
88 Text color.
89 </dd>
90
91 <dt>Background</dt>
92 <dd>
93 Background color.
94 </dd>
95
96 <dt id="Attribute">Attribute</dt>
97 <dd>
98 Attribute of characters whose colors are being changed.
99 <ul>
100 <li>Normal</li>
101 <li>Bold</li>
102 <li>Blink</li>
103 <li>Reverse</li>
104 <li>URL</li>
105 <li>Underline</li>
106 </ul>
107 </dd>
108
109 <dt>Reverse</dt>
110 <dd>
111 Exchanges the text color and background color.
112 </dd>
113
114 <dt>R, G, B</dt>
115 <dd>
116 Specifies the RGB value of the character color.
117 </dd>
118
119 <dt id="UseNormalBGColor">Always use Normal text's BG</dt>
120 <dd>
121 If this option is ON, Tera Term uses Normal background color instead of Bold, Blink and URL's background color.
122 </dd>
123 </dl>
124 </dd>
125 </dl>
126 </body>
127 </html>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26