Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1702 - 1
[Tera Term]
2
;	Tera Term version number
3
Version=
4
 
5
;	Language (English/Japanese/Russian)
6
Language=English
7
 
8
;	Port type (serial/tcpip)
9
Port=
10
 
11
;	Window positions
12
VTPos=-32768,-32768
13
TEKPos=-32768,-32768
14
 
15
;	Terminal size
16
TerminalSize=80,24
17
;	Terminal size=window size (on/off)
18
TermIsWin=off
19
;	Auto window resizing option (on/off)
20
AutoWinResize=off
21
 
22
;	Convert a received new-line (CR) char to CR/CRLF
23
CRReceive=CR
24
;	New-line code to be transmitted (CR/CRLF)
25
CRSend=CR
26
 
27
;	Terminal ID
28
TerminalID=VT100
29
 
30
;	Local echo (on/off)
31
LocalEcho=off
32
 
33
;	Answerback
34
Answerback=
35
 
36
;	Auto window switching (VT<->TEK; on/off)
37
AutoWinSwitch=off
38
 
39
;	Kanji code to be received (SJIS/EUC/JIS)
40
KanjiReceive=SJIS
41
;	JIS Katakana code to be received (7/8)
42
KatakanaReceive=8
43
 
44
;	Kanji code to be transmitted (SJIS/EUC/JIS)
45
KanjiSend=SJIS
46
;	JIS Katakana to be transmitted (7/8)
47
KatakanaSend=8
48
;	Kanji-in sequence to be transmitted (@/B)
49
KanjiIn=B
50
;	Kanji-out sequence to be transmitted (J/B)
51
KanjiOut=J
52
 
53
;	Russian code set used in host
54
RussHost=Windows
55
;	Russian code set used in PC
56
RussClient=Windows
57
 
58
;	Window title
59
Title=Tera Term
60
 
61
;	Cursor shape (block/vertical/horizontal)
62
CursorShape=block
63
 
64
;	Hide title & menu bars and enable popup menu (on/off)
65
HideTitle=off
66
;	Hide menu bar and enable popup menu (on/off)
67
PopupMenu=off
68
 
69
;	Full color emulation (on/off)
70
FullColor=off
71
 
72
;	Enable scroll buffer (on/off)
73
EnableScrollBuff=on
74
;	Scroll buffer size
75
ScrollBuffSize=100
76
 
77
;  	Text and background colors
78
;		for Normal characters
79
VTColor=0,0,0,255,255,255
80
;		for Bold characters
81
VTBoldColor=0,0,255,255,255,255
82
;		for Blink characters
83
VTBlinkColor=255,0,0,255,255,255
84
;		for TEK window
85
TEKColor=0,0,0,255,255,255
86
 
87
;	TEK color emulation (on/off)
88
TEKColorEmulation=off
89
 
90
;	Font
91
VTFont=Terminal,0,13,1
92
;	Bold style font (on/off)
93
EnableBold=off
94
;	Font for TEK window
95
TEKFont=Terminal,0,8,1
96
 
97
;	Russian code set of the font
98
RussFont=Windows
99
 
100
;	Backspace key (BS/DEL)
101
BSKey=BS
102
;	transmit DEL by Delete key (on/off)
103
DeleteKey=off
104
 
105
;	Russian code set used in the keyboard driver
106
RussKeyb=Windows
107
 
108
;	Meta key (on/off)
109
MetaKey=off
110
 
111
;	Serial port parameters
112
;	  Port number
113
ComPort=1
114
;	  Baud rate
115
BaudRate=9600
116
;	  Parity (even/odd/none)
117
Parity=none
118
;	  Data (7/8)
119
DataBit=8
120
;	  Stop (1/2)
121
StopBit=1
122
;	  Flow control (x/hard/none)
123
FlowCtrl=none
124
;	  Transmit delay per character (in msec)
125
DelayPerChar=0
126
;	  Transmit delay per line (in msec)
127
DelayPerLine=0
128
 
129
;	TCP/IP parameters
130
;	  TCP port#
131
TCPPort=23
132
;	  Telnet flag (on/off)
133
Telnet=on
134
;	  Telnet terminal type
135
TermType=vt100
136
;	  Auto window closing option (on/off)
137
AutoWinClose=on
138
;	  History list of hosts
139
HistoryList=off
140
 
141
; Binary flag for Send File and Log (on/off)
142
TransBin=off
143
; Log append (on/off)
144
LogAppend=on
145
 
146
; XMODEM option (checksum/crc/1k)
147
XmodemOpt=checksum
148
; Binary flag for XMODEM Receive and ZMODEM Send (on/off)
149
XmodemBin=on
150
 
151
; Default directory for file transfers
152
FileDir=
153
 
154
;------ special options (see Tera Term help)
155
 
156
; C1 (8-bit) control characters
157
Accept8BitCtrl=on
158
 
159
; Wrong kanji-out ^[(H (Japanese only)
160
AllowWrongSequence=off
161
 
162
; Auto file renaming for downloading
163
AutoFileRename=on
164
 
165
; Auto text copying
166
AutoTextCopy=on
167
 
168
; Back wrap
169
BackWrap=off
170
 
171
; Beep by BEL
172
Beep=on
173
 
174
; Beep on connection & disconnection
175
BeepOnConnect=off
176
 
177
; B-Plus auto receive
178
BPAuto=off
179
 
180
; Escape all control characters in B-Plus
181
BPEscCtl=off
182
 
183
; B-Plus log
184
BPLog=off
185
 
186
; "Disconnect?" warning
187
ConfirmDisconnect=on
188
 
189
; Control characters in kanji (Japanese only)
190
CtrlInKanji=on
191
 
192
; Display all characters (debug mode)
193
Debug=off
194
 
195
; Delimters for word selection
196
;  (compatible with earlier versions of Tera Term)
197
;  DelimList=$20
198
;  DelimDBCS=off
199
DelimList=$20!"#$24%&'()*+,-./:;<=>?@[\]^`{|}~
200
DelimDBCS=on
201
 
202
; Popup menu
203
EnablePopupMenu=on
204
 
205
; "Show menu bar" command
206
EnableShowMenu=on
207
 
208
; Enable the status line
209
EnableStatusLine=on
210
 
211
; Enable IME / inline input (Japanese only)
212
IME=on
213
IMEInline=on
214
 
215
; Kermit log
216
KmtLog=off
217
 
218
; Language selection
219
LanguageSelection=on
220
 
221
; Max scroll buffer size
222
MaxBuffSize=
223
 
224
; Max serial port number
225
MaxComPort=12
226
 
227
; Nonblinking cursor
228
NonblinkingCursor=off
229
 
230
; Delay for pass-thru printing (in secs)
231
PassThruDelay=3
232
 
233
; Direct pass-thru printing
234
PassThruPort=
235
 
236
; Printer font
237
PrnFont=
238
 
239
; Page margins for printing
240
; (left, right, top and bottom in 1/100 inches)
241
PrnMargin=50,50,50,50
242
 
243
; Quick-VAN log
244
QVLog=off
245
 
246
; Quick-VAN window size
247
QVWinSize=8
248
 
249
; Russian code set of printer font
250
RussPrint=Windows
251
 
252
; Max lines per one jump scroll
253
ScrollThreshold=12
254
 
255
; Text selection on window activation
256
SelectOnActivate=on
257
 
258
; Startup macro
259
StartupMacro=
260
 
261
; TEK mouse code
262
TEKGINMouseCode=32
263
 
264
; Telnet binary option
265
TelBin=off
266
 
267
; Telnet auto echo
268
TelEcho=off
269
 
270
; Telnet log
271
TelLog=off
272
 
273
; Standard telnet port
274
TelPort=23
275
 
276
; Auto setup for non-telnet
277
TCPLocalEcho=off
278
TCPCRSend=
279
 
280
; Title format
281
TitleFormat=5
282
 
283
; White & black color conversion
284
UseTextColor=off
285
 
286
; Space between characters (lines)
287
VTFontSpace=0,0,0,0
288
 
289
; Scaling factors for printing (in pixels per inch)
290
VTPPI=0,0
291
TEKPPI=0,0
292
 
293
; [Window] menu
294
WindowMenu=on
295
 
296
; XMODEM log
297
XmodemLog=off
298
 
299
; ZMODEM auto receive
300
ZmodemAuto=off
301
 
302
; ZMODEM parameters for sending
303
ZmodemDataLen=1024
304
ZmodemWinSize=32767
305
 
306
; Escape all control characters in ZMODEM
307
ZmodemEscCtl=off
308
 
309
; ZMODEM log
310
ZmodemLog=off
311
;------ end of special options
312
 
313
;------ Telnet host list
314
;	Max number of hosts is 99.
315
;	You can edit this list in the [Setup] TCP/IP dialog box.
316
;[Hosts]
317
;	Host name
318
;Host1=myhost.mydomain
319
;	IP address
320
;Host2=111.11.1.1
321
;	Host name with option
322
;Host3=myhost.mydomain /F=myhost.ini
323
;	COM1 port
324
;Host4=/C=1
325
;	Replay a file
326
;Host5=/R=readme.txt
327
 
328
[Hosts]
329
Host1=myhost.mydomain
330
Host2=111.11.1.1
331
Host3=myhost.mydomain /F=myhost.ini
332
Host4=/C=1 ;serial port
333
Host5=/R=readme.txt ;replay a file