오픈 소스 소프트웨어 개발 및 다운로드

Browse Subversion Repository

Contents of /trunk/doc/en/html/setup/teraterm-misc.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3280 - (show annotations) (download) (as text)
Mon Apr 6 12:52:39 2009 UTC (15 years, 1 month ago) by maya
File MIME type: text/html
File size: 4084 byte(s)
切断時に画面をクリアできる ClearScreenOnCloseConnection を追加した。
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>Miscellaneous (Tera Term setup file)</TITLE>
7 <META http-equiv="Content-Style-Type" content="text/css">
8 <link rel="stylesheet" href="../style.css" type="text/css">
9 </HEAD>
10 <BODY>
11
12 <h1><a name="beep">Beep sound on connection</a></h1>
13
14 <p>
15 To enable a beep sound which is made when a TCP/IP connection is established and when the connection is terminated, edit the BeepOnConnect line in the [Tera Term] section of the setup file like the following:
16 </p>
17
18 <pre>
19 BeepOnConnect=on
20 </pre>
21
22 <pre>
23 Default:
24 BeepOnConnect=off
25 </pre>
26
27
28 <h1><a name="macro">Executing a macro on startup</a></h1>
29
30 <p>
31 A macro can be executed automatically when Tera Term is started. You can specify the macro filename by using the command line option "
32 /M=&lt;macro file&gt;" or by editing the StartupMacro line in the [Tera Term] section of the setup file like the following:
33 </p>
34
35 <pre>
36 StartupMacro=&lt;macro file&gt;
37 </pre>
38
39 <pre>
40 Default:
41 StartupMacro=
42 </pre>
43
44
45 <h1><a name="UILang">User interafece language file</a></h1>
46
47 <p>
48 To switch the display language, specify user interface language file that includes message.
49 </p>
50
51 <pre>
52 UILanguageFile=lang\Japanese.lng
53 </pre>
54
55 <pre>
56 Default:
57 UILanguageFile=
58 </pre>
59
60
61 <h1><a name="broadcast">Number for the history of broadcast command</a></h1>
62
63 <p>
64 If you configure the number for the history of broadcast command, you need to setup MaxBroadcatHistory entry in the 'teraterm.ini' file. See example of this value below.
65 </p>
66
67 <pre>
68 MaxBroadcatHistory=200
69 </pre>
70
71 <pre>
72 Default:
73 MaxBroadcatHistory=99
74 </pre>
75
76
77 <h1><a name="mousewheel">Mouse wheel action in application cursor mode</a></h1>
78
79 <p>
80 Basically, Tera Term window scrolls up and scrolls down when a user rotates the mouse wheel. However, Tera Term would send key sequences of up and down cursor when the application cursor mode is enabled by starting vi or less command.
81 </p>
82
83 <p>
84 To disable this feature, edit the TranslateWheelToCursor line in the [Tera Term] section of the setup file like the following:
85 </p>
86
87 <pre>
88 TranslateWheelToCursor=off
89 </pre>
90
91 <p>
92 If a user wants to disable this feature while pushing the control key, edit the DisableWheelToCursorByCtrl line in the [Tera Term] section of the setup file like the following:
93 </p>
94
95 <pre>
96 DisableWheelToCursorByCtrl=on
97 </pre>
98
99 <pre>
100 Default:
101 TranslateWheelToCursor=on
102 DisableWheelToCursorByCtrl=on
103 </pre>
104
105
106 <h1><a name="hostdlg">Showing "New Connection" dialog on startup</a></h1>
107
108 <p>
109 Tera Term shows "New Connection" dialog on startup.<br>
110 If you do not want to show this dialog, please change HostDialogOnStartup entry of [Tera Term] section as follows.
111 </p>
112
113 <pre>
114 HostDialogOnStartup=off
115 </pre>
116
117 <pre>
118 Default:
119 HostDialogOnStartup=on
120 </pre>
121
122
123 <h1><a name="DisablePasteMouseMButton">Enable paste by clicking the middle button of mouse</a></h1>
124
125 <p>
126 In order to enable paste by clicking the middle button of mouse, change the DisablePasteMouseMButton line at [Tera Term] section of the setup file like the following:
127 </p>
128
129 <pre>
130 DisablePasteMouseMButton=off
131 </pre>
132
133 <pre>
134 Default:
135 DisablePasteMouseMButton=on
136 </pre>
137
138
139 <h1><a name="DisableAcceleratorMenu">Disable "Send break" menu</a></h1>
140
141 <p>
142 In order to disable "Send break" menu, change the DisableAcceleratorMenu line at [Tera Term] section of the setup file like the following:
143 </p>
144
145 <pre>
146 DisableAcceleratorMenu=on
147 </pre>
148
149 <pre>
150 Default:
151 DisableAcceleratorMenu=off
152 </pre>
153
154
155 <h1><a name="ClearScreenOnCloseConnection"><!--���f�����������N���A����--></a></h1>
156
157 <p>
158 <!--���f�����������N���A���������A�����t�@�C���� [Tera Term] �Z�N�V������ ClearScreenOnCloseConnection �s�����������������X�������������B-->
159 </p>
160
161 <pre>
162 ClearScreenOnCloseConnection=on
163 </pre>
164
165 <pre>
166 Default:
167 ClearScreenOnCloseConnection=off
168 </pre>
169
170
171 </BODY>
172 </HTML>

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