Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Diff of /trunk/doc/en/html/setup/teraterm-win.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3226 by maya, Tue Mar 24 09:37:20 2009 UTC revision 3227 by maya, Tue Mar 24 15:10:33 2009 UTC
# Line 1  Line 1 
1  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2    "http://www.w3.org/TR/html4/strict.dtd">    "http://www.w3.org/TR/html4/strict.dtd">
3  <html>  <html>
4  <head>  <head>
5  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6  <title>Window (Tera Term setup file)</title>  <title>Window (Tera Term setup file)</title>
7  <meta http-equiv="Content-Style-Type" content="text/css">  <meta http-equiv="Content-Style-Type" content="text/css">
8  <link rel="stylesheet" href="../style.css" type="text/css">  <link rel="stylesheet" href="../style.css" type="text/css">
9  </head>  </head>
10  <body>  <body>
11    
12  <h1><a name="autocopy">Disabling auto text copying</a></h1>  <h1><a name="autocopy">Disabling auto text copying</a></h1>
13    
14  <p>  <p>
15  If you select text by mouse, it is copied to the clipboard at the same time. To disable the auto text copying, edit the AutoTextCopy line in the [Tera Term] section of the setup file like the following:  If you select text by mouse, it is copied to the clipboard at the same time. To disable the auto text copying, edit the AutoTextCopy line in the [Tera Term] section of the setup file like the following:
16  </p>  </p>
17    
18  <pre>  <pre>
19  AutoTextCopy=off  AutoTextCopy=off
20  </pre>  </pre>
21    
22  <pre>  <pre>
23  Default:  Default:
24  AutoTextCopy=on  AutoTextCopy=on
25  </pre>  </pre>
26    
27    
28  <h1><a name="delimiter">Delimiters of a word selected by double clicking</a></h1>  <h1><a name="delimiter">Delimiters of a word selected by double clicking</a></h1>
29    
30  <p>  <p>
31  You can select a word by double clicking it with the left mouse button. You can specify delimiter characters for the word selection by editing the DelimList line in the [Tera Term] section of the setup file like the following:  You can select a word by double clicking it with the left mouse button. You can specify delimiter characters for the word selection by editing the DelimList line in the [Tera Term] section of the setup file like the following:
32  </p>  </p>
33    
34  <pre>  <pre>
35  DelimList=&lt;delimiter characters&gt;  DelimList=&lt;delimiter characters&gt;
36  </pre>  </pre>
37    
38  <p>  <p>
39  For example:  For example:
40  </p>  </p>
41    
42  <pre>  <pre>
43  DelimList=&lt;&gt;()[]  DelimList=&lt;&gt;()[]
44  </pre>  </pre>
45    
46  <p>  <p>
47  specifies 6 delimiter characters "&lt;", "&gt;", "(", ")", "[" and "]".  specifies 6 delimiter characters "&lt;", "&gt;", "(", ")", "[" and "]".
48  Note that the space and "$" characters should be specified as "$20" and "$24":  Note that the space and "$" characters should be specified as "$20" and "$24":
49  </p>  </p>
50    
51  <pre>  <pre>
52  DelimList=$20    ; space character  DelimList=$20    ; space character
53  </pre>  </pre>
54    
55  <pre>  <pre>
56  Default:  Default:
57  DelimList=$20!"#$24%&amp;'()*+,-./:;&lt;=&gt;?@[\]^`{|}~  DelimList=$20!"#$24%&amp;'()*+,-./:;&lt;=&gt;?@[\]^`{|}~
58  </pre>  </pre>
59    
60  <p>  <p>
61  In the DelimList line, only singe-byte code characters can be specified. Double-byte code characters (Japanese kanji) are regarded as delimiters. You can make them be non-delimiters by editing the DelimDBCS line like the following:  In the DelimList line, only singe-byte code characters can be specified. Double-byte code characters (Japanese kanji) are regarded as delimiters. You can make them be non-delimiters by editing the DelimDBCS line like the following:
62  </p>  </p>
63    
64  <pre>  <pre>
65  DelimDBCS=off  DelimDBCS=off
66  </pre>  </pre>
67    
68  <pre>  <pre>
69  Default:  Default:
70  DelimDBCS=on  DelimDBCS=on
71  </pre>  </pre>
72    
73  <p>  <p>
74  If you prefer the word selection behavior of earlier Tera Term versions, specify like the following:  If you prefer the word selection behavior of earlier Tera Term versions, specify like the following:
75  </p>  </p>
76    
77  <pre>  <pre>
78  DelimList=$20  DelimList=$20
79  DelimDBCS=off  DelimDBCS=off
80  </pre>  </pre>
81    
82    
83  <h1><a name="popup">Disabling the pop-up menu</a></h1>  <h1><a name="popup">Disabling the pop-up menu</a></h1>
84    
85  <p>  <p>
86  When the menu bar is hidden, clicking the left mouse button while pressing the Ctrl key causes the pop-up menu to appear. To disable the pop-up menu, edit the EnablePopupMenu line in the [Tera Term] section of the setup file like the following:  When the menu bar is hidden, clicking the left mouse button while pressing the Ctrl key causes the pop-up menu to appear. To disable the pop-up menu, edit the EnablePopupMenu line in the [Tera Term] section of the setup file like the following:
87  </p>  </p>
88    
89  <pre>  <pre>
90  EnablePopupMenu=off  EnablePopupMenu=off
91  </pre>  </pre>
92    
93  <pre>  <pre>
94  Default:  Default:
95  EnablePopupMenu=on  EnablePopupMenu=on
96  </pre>  </pre>
97    
98    
99  <h1><a name="menubar">Hiding the "Show menu bar" command</a></h1>  <h1><a name="menubar">Hiding the "Show menu bar" command</a></h1>
100    
101  <p>  <p>
102  When the menu bar is hidden, the "Show menu bar" command appears in the system menu. To hide the "Show menu bar" command, edit the EnableShowMenu line in the [Tera Term] section of the setup file like the following:  When the menu bar is hidden, the "Show menu bar" command appears in the system menu. To hide the "Show menu bar" command, edit the EnableShowMenu line in the [Tera Term] section of the setup file like the following:
103  </p>  </p>
104    
105  <pre>  <pre>
106  EnableShowMenu=off  EnableShowMenu=off
107  </pre>  </pre>
108    
109  <pre>  <pre>
110  Default:  Default:
111  EnableShowMenu=on  EnableShowMenu=on
112  </pre>  </pre>
113    
114    
115  <h1><a name="lang">Disabling the language mode selection</a></h1>  <h1><a name="lang">Disabling the language mode selection</a></h1>
116    
117  <p>  <p>
118  To disable the language mode selection in the [Setup] General dialog box, edit the LanguageSelection line in the [Tera Term] section of the setup file like the following:  To disable the language mode selection in the [Setup] General dialog box, edit the LanguageSelection line in the [Tera Term] section of the setup file like the following:
119  </p>  </p>
120    
121  <pre>  <pre>
122  LanguageSelection=off  LanguageSelection=off
123  </pre>  </pre>
124    
125  <pre>  <pre>
126  Default:  Default:
127  LanguageSelection=on  LanguageSelection=on
128  </pre>  </pre>
129    
130    
131  <h1><a name="scrollbuf">Maximum scroll buffer size</a></h1>  <h1><a name="scrollbuf">Maximum scroll buffer size</a></h1>
132    
133  <p>  <p>
134  You can change the maximum scroll buffer size, which can be specified in the [Setup] Window dialog box, by editing the MaxBuffSize line in the [Tera Term] section of the setup file like the following:  You can change the maximum scroll buffer size, which can be specified in the [Setup] Window dialog box, by editing the MaxBuffSize line in the [Tera Term] section of the setup file like the following:
135  </p>  </p>
136    
137  <pre>  <pre>
138  MaxBuffSize=&lt;number of lines&gt;  MaxBuffSize=&lt;number of lines&gt;
139      (should be less than or equal to 500000)      (should be less than or equal to 500000)
140  </pre>  </pre>
141    
142  <p>  <p>
143  Note: Tera Term consumes &lt;scroll buffer size&gt; * &lt;terminal width&gt; * 5 bytes of memory for the scroll buffer.  Note: Tera Term consumes &lt;scroll buffer size&gt; * &lt;terminal width&gt; * 5 bytes of memory for the scroll buffer.
144  </p>  </p>
145    
146  <pre>  <pre>
147  Default:  Default:
148  MaxBuffSize=10000  MaxBuffSize=10000
149  </pre>  </pre>
150    
151    
152  <h1><a name="blink">Nonblinking cursor</a></h1>  <h1><a name="blink">Nonblinking cursor</a></h1>
153    
154  <p>  <p>
155  You can make the cursor nonblinking by editing the NonblinkingCursor line in the [Tera Term] section of the setup file like the following:  You can make the cursor nonblinking by editing the NonblinkingCursor line in the [Tera Term] section of the setup file like the following:
156  </p>  </p>
157    
158  <pre>  <pre>
159  NonblinkingCursor=on  NonblinkingCursor=on
160  </pre>  </pre>
161    
162  <pre>  <pre>
163  Default:  Default:
164  NonblinkingCursor=off  NonblinkingCursor=off
165  </pre>  </pre>
166    
167    
168  <h1><a name="scrollline">Maximum number of lines to move in a jump scrolling</a></h1>  <h1><a name="scrollline">Maximum number of lines to move in a jump scrolling</a></h1>
169    
170  <p>  <p>
171  To change the maximum number of lines to move in a jump scrolling, edit the ScrollThreshold line in the [Tera Term] section of the setup file like the following:  To change the maximum number of lines to move in a jump scrolling, edit the ScrollThreshold line in the [Tera Term] section of the setup file like the following:
172  </p>  </p>
173    
174  <pre>  <pre>
175  ScrollThreshold=&lt;number of lines&gt;  ScrollThreshold=&lt;number of lines&gt;
176  </pre>  </pre>
177    
178  <pre>  <pre>
179  Default:  Default:
180  ScrollThreshold=12  ScrollThreshold=12
181  </pre>  </pre>
182    
183    
184  <h1><a name="textselect">Disabling text selection when the window is activated by mouse</a></h1>  <h1><a name="textselect">Disabling text selection when the window is activated by mouse</a></h1>
185    
186  <p>  <p>
187  When the window is inactive, you can activate the window by clicking the text area of window. In the default setup, the text selection is started by this mouse clicking at the same time. To disable the text selection when the window is activated by mouse, edit the SelectOnActive line in the [Tera Term] section of the setup file like the following:  When the window is inactive, you can activate the window by clicking the text area of window. In the default setup, the text selection is started by this mouse clicking at the same time. To disable the text selection when the window is activated by mouse, edit the SelectOnActive line in the [Tera Term] section of the setup file like the following:
188  </p>  </p>
189    
190  <pre>  <pre>
191  SelectOnActivate=off  SelectOnActivate=off
192  </pre>  </pre>
193    
194  <pre>  <pre>
195  Default:  Default:
196  SelectOnActivate=on  SelectOnActivate=on
197  </pre>  </pre>
198    
199    
200  <h1><a name="title">Title format</a></h1>  <h1><a name="title">Title format</a></h1>
201    
202  <p>  <p>
203  To change the title format, edit the TitleFormat line in the [Tera Term] section of the setup file like the following:  To change the title format, edit the TitleFormat line in the [Tera Term] section of the setup file like the following:
204  </p>  </p>
205    
206  <p>  <p>
207  You can change the key code for the left mouse button by editing the TEKGINMouseCode line in the [Tera Term] section of the setup file like the following:  You can change the key code for the left mouse button by editing the TEKGINMouseCode line in the [Tera Term] section of the setup file like the following:
208  </p>  </p>
209    
210  <pre>  <pre>
211  TitleFormat=&lt;format ID&gt;  TitleFormat=&lt;format ID&gt;
212  </pre>  </pre>
213    
214  <p>  <p>
215  &lt;format ID&gt; is a integer value. It is treated as bit string.  &lt;format ID&gt; is a integer value. It is treated as bit string.
216  </p>  </p>
217    
218  <table>  <table>
219   <tr>   <tr>
220    <td>1st bit (1)</td>    <td>1st bit (1)</td>
221    <td>Displays tcp hostname or serial port number</td>    <td>Displays tcp hostname or serial port number</td>
222   </tr>   </tr>
223   <tr>   <tr>
224    <td>2nd bit (2)</td>    <td>2nd bit (2)</td>
225    <td>Displays session No.</td>    <td>Displays session No.</td>
226   </tr>   </tr>
227   <tr>   <tr>
228     <td>3rd bit (4)</td>     <td>3rd bit (4)</td>
229     <td>Displays VT/TEK</td>     <td>Displays VT/TEK</td>
230    </tr>    </tr>
231   <tr>   <tr>
232     <td>4th bit (8)</td>     <td>4th bit (8)</td>
233     <td>Displays &lt;host/port&gt; first</td>     <td>Displays &lt;host/port&gt; first</td>
234    </tr>    </tr>
235   <tr>   <tr>
236    <td>5th bit (16)</td>    <td>5th bit (16)</td>
237    <td>Displays TCP port number</td>    <td>Displays TCP port number</td>
238   </tr>   </tr>
239   <tr>   <tr>
240    <td>6th bit (32)</td>    <td>6th bit (32)</td>
241    <td>Displays the baud rate of serial port</td>    <td>Displays the baud rate of serial port</td>
242   </tr>   </tr>
243  </table>  </table>
244    
245  <p>  <p>
246  Examples of &lt;format ID&gt; are shown as follows.  Examples of &lt;format ID&gt; are shown as follows.
247  </p>  </p>
248    
249  <pre>  <pre>
250  Format ID   Title format  Format ID   Title format
251  0           &lt;title&gt;  0           &lt;title&gt;
252  1           &lt;title&gt; - &lt;host/port&gt;  1           &lt;title&gt; - &lt;host/port&gt;
253  2           &lt;title&gt; (session no.)  2           &lt;title&gt; (session no.)
254  3           &lt;title&gt; - &lt;host/port&gt; (session no.)  3           &lt;title&gt; - &lt;host/port&gt; (session no.)
255  4           &lt;title&gt; VT/TEK  4           &lt;title&gt; VT/TEK
256  5           &lt;title&gt; - &lt;host/port&gt; VT/TEK  5           &lt;title&gt; - &lt;host/port&gt; VT/TEK
257  6           &lt;title&gt; (session no.) VT/TEK  6           &lt;title&gt; (session no.) VT/TEK
258  7           &lt;title&gt; - &lt;host/port&gt; (session no.) VT/TEK  7           &lt;title&gt; - &lt;host/port&gt; (session no.) VT/TEK
259  13          &lt;host/port&gt; - &lt;title&gt; VT/TEK  13          &lt;host/port&gt; - &lt;title&gt; VT/TEK
260  29          &lt;host:tcpport/port&gt; - &lt;title&gt; VT/TEK  29          &lt;host:tcpport/port&gt; - &lt;title&gt; VT/TEK
261  45          &lt;host/port:baud&gt; - &lt;title&gt; VT/TEK  45          &lt;host/port:baud&gt; - &lt;title&gt; VT/TEK
262  61          &lt;host:tcpport/port:baud&gt; - &lt;title&gt; VT/TEK  61          &lt;host:tcpport/port:baud&gt; - &lt;title&gt; VT/TEK
263  </pre>  </pre>
264    
265  <pre>  <pre>
266  Default:  Default:
267  TitleFormat=5  TitleFormat=5
268  </pre>  </pre>
269    
270    
271  <h1><a name="color">Actual colors of "white" and "black" colored text</a></h1>  <h1><a name="color">Actual colors of "white" and "black" colored text</a></h1>
272    
273  <p>  <p>
274  The escape sequences "&lt;ESC&gt;[37m" and "&lt;ESC&gt;[30m" make the text color white and black, respectively. Similarly, the escape sequences "&lt;ESC&gt;[47m" and "&lt;ESC&gt;[40m" make the background color white and black, respectively.  The escape sequences "&lt;ESC&gt;[37m" and "&lt;ESC&gt;[30m" make the text color white and black, respectively. Similarly, the escape sequences "&lt;ESC&gt;[47m" and "&lt;ESC&gt;[40m" make the background color white and black, respectively.
275  </p>  </p>
276    
277  <p>  <p>
278  Some applications assume that the screen background is black (like real VT100 terminal), and expect that white colored text is visible. However, the default background color of Tera Term is white, and therefore white colored text is invisible.  Some applications assume that the screen background is black (like real VT100 terminal), and expect that white colored text is visible. However, the default background color of Tera Term is white, and therefore white colored text is invisible.
279  </p>  </p>
280    
281  <p>  <p>
282  If you edit the UseTextColor line in the [Tera Term] section of the setup file like the following:  If you edit the UseTextColor line in the [Tera Term] section of the setup file like the following:
283  </p>  </p>
284    
285  <pre>  <pre>
286  UseTextColor=on  UseTextColor=on
287  </pre>  </pre>
288    
289  <p>  <p>
290  the actual color of "white" colored text (background) becomes a color for "Text" specified in the [Setup] Window dialog box. Similarly, the actual colors for "black" text (background) becomes a color for "Background".  the actual color of "white" colored text (background) becomes a color for "Text" specified in the [Setup] Window dialog box. Similarly, the actual colors for "black" text (background) becomes a color for "Background".
291  </p>  </p>
292    
293  <pre>  <pre>
294  Default:  Default:
295  UseTextColor=off  UseTextColor=off
296  </pre>  </pre>
297    
298    
299  <h1><a name="space">Space between characters (lines)</a></h1>  <h1><a name="space">Space between characters (lines)</a></h1>
300    
301  <p>  <p>
302  To change space between characters (lines), edit the VTFontSpace line in the [Tera Term] section of the setup file like the following:  To change space between characters (lines), edit the VTFontSpace line in the [Tera Term] section of the setup file like the following:
303  </p>  </p>
304    
305  <pre>  <pre>
306  VTFontSpace=&lt;dx1&gt;,&lt;dx2&gt;,&lt;dy1&gt;,&lt;dy2&gt;  VTFontSpace=&lt;dx1&gt;,&lt;dx2&gt;,&lt;dy1&gt;,&lt;dy2&gt;
307  </pre>  </pre>
308    
309  <pre>  <pre>
310  Where:  Where:
311    &lt;dx1&gt;  Left side space for each character in pixels.    &lt;dx1&gt;  Left side space for each character in pixels.
312    &lt;dx2&gt;  Right side space for each character in pixels.    &lt;dx2&gt;  Right side space for each character in pixels.
313    &lt;dy1&gt;  Space above each line in pixels.    &lt;dy1&gt;  Space above each line in pixels.
314    &lt;dy2&gt;  Space below each line in pixels.    &lt;dy2&gt;  Space below each line in pixels.
315  </pre>  </pre>
316    
317  <pre>  <pre>
318  Example:  Example:
319  VTFontSpace=0,1,0,0    1 pixel of right side space for each character.  VTFontSpace=0,1,0,0    1 pixel of right side space for each character.
320  VTFontSpace=0,0,1,0    1 pixel of space above each line.  VTFontSpace=0,0,1,0    1 pixel of space above each line.
321  </pre>  </pre>
322    
323  <pre>  <pre>
324  Default:  Default:
325  VTFontSpace=0,0,0,0  VTFontSpace=0,0,0,0
326  </pre>  </pre>
327    
328    
329  <h1><a name="window">Hiding the [Window] menu</a></h1>  <h1><a name="window">Hiding the [Window] menu</a></h1>
330    
331  <p>  <p>
332  To hide the [Window] menu, edit the WindowMenu line in the [Tera Term] section of the setup file like the following:  To hide the [Window] menu, edit the WindowMenu line in the [Tera Term] section of the setup file like the following:
333  </p>  </p>
334    
335  <pre>  <pre>
336  WindowMenu=off  WindowMenu=off
337  </pre>  </pre>
338    
339  <pre>  <pre>
340  Default:  Default:
341  WindowMenu=on  WindowMenu=on
342  </pre>  </pre>
343    
344    
345  <h1><a name="eterm">Eterm lookfeel window</a></h1>  <h1><a name="eterm">Eterm lookfeel window</a></h1>
346    
347  <p>  <p>
348  To specify the detailed settings for Eterm lookfeel window, edit the [Tera Term] section of the setup file like the following:  To specify the detailed settings for Eterm lookfeel window, edit the [Tera Term] section of the setup file like the following:
349  </p>  </p>
350    
351  <table>  <table>
352    <tr>    <tr>
353      <th>BGSPIPath</th>      <th>BGSPIPath</th>
354      <td>On / Off</td>      <td>On / Off</td>
355      <td>This option can specify Susie plugin path to load the image. Susie is Japanese free software.</td>      <td>This option can specify Susie plugin path to load the image. Susie is Japanese free software.</td>
356    </tr>    </tr>
357    <tr>    <tr>
358      <th>BGFastSizeMove</th>      <th>BGFastSizeMove</th>
359      <td>folder name</td>      <td>folder name</td>
360      <td>This option enables Tera Term window moving and resizing to more faster. This feature is valid in Windows dragging mode.</td>      <td>This option enables Tera Term window moving and resizing to more faster. This feature is valid in Windows dragging mode.</td>
361    </tr>    </tr>
362    <tr>    <tr>
363      <th>BGFlickerlessMove</th>      <th>BGFlickerlessMove</th>
364      <td>On / Off</td>      <td>On / Off</td>
365      <td>This option can reduce the flicker of window moving.</td>      <td>This option can reduce the flicker of window moving.</td>
366    </tr>    </tr>
367    <tr>    <tr>
368      <th>BGUseAlphaBlendAPI</th>      <th>BGUseAlphaBlendAPI</th>
369      <td>On / Off</td>      <td>On / Off</td>
370      <td>For debug. Tera Term does not use AlphaBlend API when this option is off.</td>      <td>For debug. Tera Term does not use AlphaBlend API when this option is off.</td>
371    </tr>    </tr>
372    <tr>    <tr>
373      <th>BGNoFrame</th>      <th>BGNoFrame</th>
374      <td>On / Off</td>      <td>On / Off</td>
375      <td>Tera Term window is without frame when this option is on and HideTitle option is on.      <td>Tera Term window is without frame when this option is on and HideTitle option is on.
376          If so, you can resize window with Alt + Shift + LeftDrag.</td>          If so, you can resize window with Alt + Shift + LeftDrag.</td>
377    </tr>    </tr>
378    <tr>    <tr>
379      <th>BGThemeFile</th>      <th>BGThemeFile</th>
380      <td>file name</td>      <td>file name</td>
381      <td>You can specify the theme file.<br>      <td>You can specify the theme file.<br>
382          Tera Term will randomly select one of files when the theme file is specify with wildcard.</td>          Tera Term will randomly select one of files when the theme file is specify with wildcard.</td>
383    </tr>    </tr>
384  </table>  </table>
385    
386  <pre>  <pre>
387  Default:  Default:
388  BGUseAlphaBlendAPI = On  BGUseAlphaBlendAPI = On
389  BGSPIPath = plugin  BGSPIPath = plugin
390  BGFastSizeMove = On  BGFastSizeMove = On
391  BGFlickerlessMove = On  BGFlickerlessMove = On
392  BGNoFrame = Off  BGNoFrame = Off
393  BGThemeFile = theme\*.ini  BGThemeFile = theme\*.ini
394  </pre>  </pre>
395    
396  <h2>Config of theme file</h2>  <h2>Config of theme file</h2>
397    
398  <table>  <table>
399    <tr>    <tr>
400      <th>BGReverseTextTone</th>      <th>BGReverseTextTone</th>
401      <td>0 - 255</td>      <td>0 - 255</td>
402      <td>The transparency value of the reverse text.</td>      <td>The transparency value of the reverse text.</td>
403    </tr>    </tr>
404    <tr>    <tr>
405      <th>BGPictureFile</th>      <th>BGPictureFile</th>
406      <td>file name</td>      <td>file name</td>
407      <td>You can specify the image file name merging with the wall paper.<br>      <td>You can specify the image file name merging with the wall paper.<br>
408          Tera Term will randomly select one of files when the wild card is specified.<br>          Tera Term will randomly select one of files when the wild card is specified.<br>
409          Please specify the relative path from the thema file when you want to use the relative path.<br>          Please specify the relative path from the thema file when you want to use the relative path.<br>
410          The kind of file that Tera Term can load is depend the plugin stored in BGSPIPath.<br>          The kind of file that Tera Term can load is depend the plugin stored in BGSPIPath.<br>
411          Tera Term can load the bitmap file when there is not plugin.<br>          Tera Term can load the bitmap file when there is not plugin.<br>
412      </td>      </td>
413    </tr>    </tr>
414    <tr>    <tr>
415      <th>BGPicturePattern</th>      <th>BGPicturePattern</th>
416      <td>Stretch<br>      <td>Stretch<br>
417          Tile<br>          Tile<br>
418          Center<br>          Center<br>
419          FitWidth<br>          FitWidth<br>
420          FitHeight<br>          FitHeight<br>
421          AutoFit</td>          AutoFit</td>
422      <td>You can specify the painting method of the image file.<br>      <td>You can specify the painting method of the image file.<br>
423          Both FitWidth and FitHeight can expand or recude  the image while the aspect ratio of the image preserves.<br>          Both FitWidth and FitHeight can expand or recude  the image while the aspect ratio of the image preserves.<br>
424          AutoFit can exchange FitWidth for FitHeight not to generate the space between the window and the image.          AutoFit can exchange FitWidth for FitHeight not to generate the space between the window and the image.
425      </td>      </td>
426    </tr>    </tr>
427    <tr>    <tr>
428      <th>BGPictureBaseColor</th>      <th>BGPictureBaseColor</th>
429      <td>R, G, B</td>      <td>R, G, B</td>
430      <td>This color can paint between the image file and the window.</td>      <td>This color can paint between the image file and the window.</td>
431    </tr>    </tr>
432    <tr>    <tr>
433      <th>BGPictureTone</th>      <th>BGPictureTone</th>
434      <td>0 - 255</td>      <td>0 - 255</td>
435      <td>The transparency value of the image file.</td>      <td>The transparency value of the image file.</td>
436    </tr>    </tr>
437    <tr>    <tr>
438      <th>BGFadeTone</th>      <th>BGFadeTone</th>
439      <td>0 - 255</td>      <td>0 - 255</td>
440      <td>This option can enable the whole background to fade.</td>      <td>This option can enable the whole background to fade.</td>
441    </tr>    </tr>
442    <tr>    <tr>
443      <th>BGFadeColor</th>      <th>BGFadeColor</th>
444      <td>R, G, B</td>      <td>R, G, B</td>
445      <td>This option can configure the fade color.</td>      <td>This option can configure the fade color.</td>
446    </tr>    </tr>
447    <tr>    <tr>
448      <th>VTFore, Red ...</th>      <th>VTFore, Red ...</th>
449      <td>R, G, B</td>      <td>R, G, B</td>
450      <td>This option can configure the text color.</td>      <td>This option can configure the text color.</td>
451    </tr>    </tr>
452  </table>  </table>
453    
454    
455  <h1><a name="maximize">How to scroll the screen when the window size is maximized</a></h1>  <h1><a name="maximize">How to scroll the screen when the window size is maximized</a></h1>
456  <p>  <p>
457  You can specify how to scroll the screen when the window size is maximized.<br>  You can specify how to scroll the screen when the window size is maximized.<br>
458  If the screen is scrolled with the maximized window size, the screen image may be disrupted in some case. Therefore, the screen of maximized window size will be scrolled by using a different method  than a usual way by default. However, there may be a minor side effect such as flickering or being slowed down.<br>  If the screen is scrolled with the maximized window size, the screen image may be disrupted in some case. Therefore, the screen of maximized window size will be scrolled by using a different method  than a usual way by default. However, there may be a minor side effect such as flickering or being slowed down.<br>
459  If a line of MaximizedBugTweak in [Tera Term] section of a setup file is modified as follows, a usual method will be used even the window size is maximized to avoid such side effects. However, as described above, the screen image may be disrupted.  If a line of MaximizedBugTweak in [Tera Term] section of a setup file is modified as follows, a usual method will be used even the window size is maximized to avoid such side effects. However, as described above, the screen image may be disrupted.
460  </p>  </p>
461    
462  <pre>  <pre>
463  MaximizedBugTweak=off  MaximizedBugTweak=off
464  </pre>  </pre>
465    
466  <pre>  <pre>
467  Default:  Default:
468  MaximizedBugTweak=on  MaximizedBugTweak=on
469  </pre>  </pre>
470    
471    
472  <h1><a name="killfocus">Display the cursor even if the window comes out of focus</a></h1>  <h1><a name="killfocus">Display the cursor even if the window comes out of focus</a></h1>
473  <p>  <p>
474  Tera Term will display the cursor even if the window comes out of focus.<br>  Tera Term will display the cursor even if the window comes out of focus.<br>
475  If you want to disable this option, modify a line of KillFocusCursor in [Tera Term] section of setup file as follows.  If you want to disable this option, modify a line of KillFocusCursor in [Tera Term] section of setup file as follows.
476  </p>  </p>
477    
478  <pre>  <pre>
479  KillFocusCursor=off  KillFocusCursor=off
480  </pre>  </pre>
481    
482  <pre>  <pre>
483  Default:  Default:
484  KillFocusCursor=on  KillFocusCursor=on
485  </pre>  </pre>
486    
487    
488  <h1><a name="savevtwinpos">Save the window position</a></h1>  <h1><a name="savevtwinpos">Save the window position</a></h1>
489  <p>  <p>
490  Tera Term does not save the window position when "Save setup" was called.<br>  Tera Term does not save the window position when "Save setup" was called.<br>
491  If you enable this position, current window position is saved to a specified setup file.  If you enable this position, current window position is saved to a specified setup file.
492  </p>  </p>
493    
494  <p>  <p>
495  Also if this option is enabled, current window position and terminal size are saved to the current setup file when VT window was closed.  Also if this option is enabled, current window position and terminal size are saved to the current setup file when VT window was closed.
496  </p>  </p>
497    
498  <pre>  <pre>
499  SaveVTWinPos=on  SaveVTWinPos=on
500  </pre>  </pre>
501    
502  <pre>  <pre>
503  Default:  Default:
504  SaveVTWinPos=off  SaveVTWinPos=off
505  </pre>  </pre>
506    
507    
508  <h1><a name="WindowIcon">Change the window icon</a></h1>  <h1><a name="WindowIcon">Change the window icon</a></h1>
509  <p>  <p>
510  Tera Term executable program includes "VT window" icon, "TEK window" icon, and some other icons.  Tera Term executable program includes "VT window" icon, "TEK window" icon, and some other icons.
511  If you change the value of VTIcon or TEKIcon, the displaying icon of VT window or TEK window is changed.  If you change the value of VTIcon or TEKIcon, the displaying icon of VT window or TEK window is changed.
512  </p>  </p>
513    
514  <p>  <p>
515  For example, to use old icon for VT window, specify like the following:  For example, to use old icon for VT window, specify like the following:
516  </p>  </p>
517    
518  <pre>  <pre>
519  VTIcon=VT_CLASSIC  VTIcon=VT_CLASSIC
520  </pre>  </pre>
521    
522  <p>  <p>
523  Following icon names are available:  Following icon names are available:
524  </p>  </p>
525    
526  <table>  <table>
527  <thead>  <thead>
528    <tr><th>Icon name</th>       <th>Icon</th></tr>    <tr><th>Icon name</th>       <th>Icon</th></tr>
529  </thead>  </thead>
530    
531  <tbody>  <tbody>
532    <tr><td>TTERM</td>         <td><img src="../image/tterm.png"></td></tr>    <tr><td>TTERM</td>         <td><img src="../image/tterm.png"></td></tr>
533    <tr><td>VT</td>            <td><img src="../image/vt.png"></td></tr>    <tr><td>VT</td>            <td><img src="../image/vt.png"></td></tr>
534    <tr><td>TEK</td>           <td><img src="../image/tek.png"></td></tr>    <tr><td>TEK</td>           <td><img src="../image/tek.png"></td></tr>
535    <tr><td>TTERM_CLASSIC</td> <td><img src="../image/tt_classic.png"></td></tr>    <tr><td>TTERM_CLASSIC</td> <td><img src="../image/tt_classic.png"></td></tr>
536    <tr><td>VT_CLASSIC</td>    <td><img src="../image/vt_classic.png"></td></tr>    <tr><td>VT_CLASSIC</td>    <td><img src="../image/vt_classic.png"></td></tr>
537    <tr><td>CYGTERM</td>       <td><img src="../image/cygterm.png"></td></tr>    <tr><td>CYGTERM</td>       <td><img src="../image/cygterm.png"></td></tr>
538    <tr><td>Default</td>       <td>Default("VT" at VT window, "TEK" at TEK window)</td></tr>    <tr><td>Default</td>       <td>Default("VT" at VT window, "TEK" at TEK window)</td></tr>
539  </tbody>  </tbody>
540  </table>  </table>
541    
542  <pre>  <pre>
543  Default:  Default:
544  VTIcon=Default  VTIcon=Default
545  TEKIcon=Default  TEKIcon=Default
546  </pre>  </pre>
547    
548    
549  </body>  </body>
550  </html>  </html>

Legend:
Removed from v.3226  
changed lines
  Added in v.3227

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