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

Browse Subversion Repository

Contents of /installer/trunk/release/TERATERM.INI

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1264 - (show annotations) (download)
Fri Jan 9 04:31:48 2009 UTC (15 years, 4 months ago) by doda
File size: 13039 byte(s)
コントロールキーを押している間は、TranslateWheelToCursorを無効に出来るようにした。

1 [BG]
2 ; Use Background extension (On / Off)
3 BGEnable =off
4
5 ; Use AlphaBlend API (On / Off)
6 BGUseAlphaBlendAPI =on
7
8 ; Susie plugin path
9 BGSPIPath =plugin
10
11 ; Fast window sizing/moving
12 BGFastSizeMove =on
13
14 ; Flickerless window moving
15 BGFlickerlessMove =on
16
17 ; If HideTitle = on and BGNoFrame = on,use window without frame
18 ; you can resize window with Alt + Shift + LeftDrag
19 BGNoFrame =on
20
21 ; wildcard => random select
22 BGThemeFile =theme\*.ini
23
24
25 [Tera Term]
26 ; Tera Term version number
27 Version=2.3
28
29 ; Language (English/Japanese/Russian)
30 Language=
31
32 ; User interface language file that includes message strings.
33 ; Tera Term uses English message when the filename is not specified.
34 UILanguageFile=
35
36 ; Connecting timeout value(per seconds). No action if the value is zero.
37 ; Connecting socket could be canceled after the value timeout if the value is greater than zero.
38 ; The default value is zero(depends on Windows TCP/IP stack implementation).
39 ConnectingTimeout = 0
40
41 ; pasting string by clicking mouse right button disabled
42 DisablePasteMouseRButton=off
43
44 ; pasting string by clicking mouse middle button disabled
45 DisablePasteMouseMButton=on
46
47 ; confirm pasting string by clicking mouse right button
48 ConfirmPasteMouseRButton=off
49
50 ; confirm changing clipboard string by clicking mouse right button
51 ConfirmChangePaste=off
52
53 ; Scroll out the current buffer when the clear screen does.
54 ScrollWindowClearScreen=on
55
56 ; Reset scrollback on display activity
57 AutoScrollOnlyInBottomLine=on
58
59 ; Starting the selection only by a left button.
60 SelectOnlyByLButton=on
61
62 ; Send break by Alt-B Accelerator key disabled
63 DisableAcceleratorSendBreak=off
64
65 ; ANSI color definition (in the case FullColor=on)
66 ; * UseTextColor should be off, or the background and foreground color of
67 ; VTColor are assigned to color-number 0 and 7 respectively, even if
68 ; they are specified in ANSIColor.
69 ; * ANSIColor is a set of 4 values that are color-number(0--15),
70 ; red-value(0--255), green-value(0--255) and blue-value(0--255).
71 ANSIColor=0,0,0,0, 1,255,0,0, 2,0,255,0, 3,255,255,0, 4,128,128,255, 5,255,0,255, 6,0,255,255, 7,255,255,255, 8,64,64,64, 9,192,0,0, 10,0,192,0, 11,192,192,0, 12,64,64,192, 13,192,0,192, 14,0,192,192, 15,192,192,192
72
73 ; Enable continued-line copy
74 EnableContinuedLineCopy=on
75
76 ; Mouse cursor type (arrow/ibeam/cross/hand)
77 MouseCursor =ibeam
78
79 ; Translucent window (0 - 255: transparency value)
80 AlphaBlend =255
81
82 ; Cygwin install path
83 CygwinDirectory =c:\cygwin
84
85 ; Viewlog Editor path
86 ViewlogEditor=notepad.exe
87
88 ; Locale for Unicode
89 ;Locale = chs
90 Locale =
91
92 ; CodePage for Unicode
93 CodePage =
94
95 ; Background color of text uses background color of screen(on/off)
96 UseNormalBGColor=on
97
98 ; Port type (serial/tcpip)
99 Port=tcpip
100
101 ; Window positions
102 VTPos=-2147483648,-2147483648
103 TEKPos=-2147483648,-2147483648
104
105 ; Terminal size
106 TerminalSize=90,35
107 ; Terminal size=window size (on/off)
108 TermIsWin=on
109 ; Auto window resizing option (on/off)
110 AutoWinResize=off
111
112 ; Convert a received new-line (CR) char to CR/CRLF/LF
113 CRReceive=CR
114 ; New-line code to be transmitted (CR/CRLF)
115 CRSend=CR
116
117 ; Terminal ID
118 TerminalID=VT100
119
120 ; Local echo (on/off)
121 LocalEcho=off
122
123 ; Answerback
124 Answerback=
125
126 ; Auto window switching (VT<->TEK; on/off)
127 AutoWinSwitch=off
128
129 ; Kanji code to be received (SJIS/EUC/JIS)
130 KanjiReceive=UTF-8
131 ; JIS Katakana code to be received (7/8)
132 KatakanaReceive=8
133
134 ; Kanji code to be transmitted (SJIS/EUC/JIS)
135 KanjiSend=UTF-8
136 ; JIS Katakana to be transmitted (7/8)
137 KatakanaSend=8
138 ; Kanji-in sequence to be transmitted (@/B)
139 KanjiIn=B
140 ; Kanji-out sequence to be transmitted (J/B)
141 KanjiOut=B
142
143 ; Russian code set used in host
144 RussHost=Windows
145 ; Russian code set used in PC
146 RussClient=Windows
147
148 ; Window title
149 Title=Tera Term
150
151 ; Cursor shape (block/vertical/horizontal)
152 CursorShape=block
153
154 ; Hide title & menu bars and enable popup menu (on/off)
155 HideTitle=off
156 ; Hide menu bar and enable popup menu (on/off)
157 PopupMenu=off
158
159 ; Color mode (on/off)
160 PcBoldColor=on
161 Aixterm16Color=on
162 Xterm256Color=on
163
164 ; Enable scroll buffer (on/off)
165 EnableScrollBuff=on
166 ; Scroll buffer size
167 ScrollBuffSize=10000
168
169 ; Text and background colors
170 ; for Normal characters
171 VTColor=0,0,0,255,255,240
172 ; for Bold characters
173 VTBoldColor=0,0,255,255,255,240
174 ; for Blink characters
175 VTBlinkColor=255,0,0,255,255,255
176
177 ; URL(hyper link) text color
178 URLColor=0,255,0,255,255,255
179
180 ; Enable clickable URL
181 EnableClickableUrl =on
182
183 ; for TEK window
184 TEKColor=0,0,0,255,255,255
185
186 ; TEK color emulation (on/off)
187 TEKColorEmulation=off
188
189 ; Font
190 VTFont=
191 ; Bold style font (on/off)
192 EnableBold=on
193 ; Font for TEK window
194 TEKFont=
195
196 ; Russian code set of the font
197 RussFont=Windows
198
199 ; Backspace key (BS/DEL)
200 BSKey=BS
201 ; transmit DEL by Delete key (on/off)
202 DeleteKey=on
203
204 ; Russian code set used in the keyboard driver
205 RussKeyb=Windows
206
207 ; Meta key (on/off)
208 MetaKey=off
209
210 ; Application keypad mode disabled.
211 DisableAppKeypad=off
212
213 ; Application cursor mode disabled.
214 DisableAppCursor=off
215
216 ; Serial port parameters
217 ; Port number
218 ComPort=1
219 ; Baud rate
220 BaudRate=9600
221 ; Parity (even/odd/none)
222 Parity=none
223 ; Data (7/8)
224 DataBit=8
225 ; Stop (1/2)
226 StopBit=1
227 ; Flow control (x/hard/none)
228 FlowCtrl=none
229 ; Transmit delay per character (in msec)
230 DelayPerChar=0
231 ; Transmit delay per line (in msec)
232 DelayPerLine=0
233
234 ; TCP/IP parameters
235 ; TCP port#
236 TCPPort=22
237 ; Telnet flag (on/off)
238 Telnet=off
239 ; Telnet terminal type
240 ;TermType=vt100
241 TermType=xterm
242
243 ; Auto window closing option (on/off)
244 AutoWinClose=on
245 ; History list of hosts
246 HistoryList=on
247
248 ; Binary flag for Send File and Log (on/off)
249 TransBin=off
250 ; Log append (on/off)
251 LogAppend=on
252 ; plain text flag for Log (on/off)
253 LogTypePlainText=on
254 ; timestamp flag for Log (on/off)
255 LogTimestamp=off
256 ; without transfer dialog flag for Log (on/off)
257 LogHideDialog=off
258 ; Default Log file name. You can specify strftime format to here.
259 LogDefaultName=teraterm.log
260 ; Default path to save the log file.
261 LogDefaultPath=
262 ; Auto start logging with default log file name.
263 LogAutoStart=off
264
265 ; XMODEM option (checksum/crc/1k)
266 XmodemOpt=checksum
267 ; Binary flag for XMODEM Receive and ZMODEM Send (on/off)
268 XmodemBin=on
269
270 ; XMODEM receive command
271 XmodemRcvCommand=
272
273 ; Default directory for file transfers
274 FileDir=
275
276 ; Filter for send file
277 FileSendFilter=
278
279 ; Save Broadcast Command History
280 BroadcastCommandHistory=on
281
282 ; Broadcast command enabling flag on the dialog window (on/off)
283 AcceptBroadcast=on
284
285 ; Number of broadcast command history
286 MaxBroadcatHistory=99
287
288 ;------ special options (see Tera Term help)
289
290 ; C1 (8-bit) control characters
291 Accept8BitCtrl=on
292 Send8BitCtrl=off
293
294 ; Accept remote-controlled window title changing (off/overwrite/ahead/last)
295 AcceptTitleChangeRequest=overwrite
296
297 ; Wrong kanji-out ^[(H (Japanese only)
298 AllowWrongSequence=off
299
300 ; Auto file renaming for downloading
301 AutoFileRename=on
302
303 ; Auto text copying
304 AutoTextCopy=on
305
306 ; Back wrap
307 BackWrap=off
308
309 ; Beep by BEL
310 Beep=on
311
312 ; Beep on connection & disconnection
313 BeepOnConnect=off
314
315 ; B-Plus auto receive
316 BPAuto=off
317
318 ; Escape all control characters in B-Plus
319 BPEscCtl=off
320
321 ; B-Plus log
322 BPLog=off
323
324 ; Clear serial port buffer when port opening
325 ClearComBuffOnOpen=on
326
327 ; "Disconnect?" warning
328 ConfirmDisconnect=on
329
330 ; Control characters in kanji (Japanese only)
331 CtrlInKanji=on
332
333 ; Confirm send a file when drag and drop
334 ConfirmFileDragAndDrop=on
335
336 ; Display all characters (debug mode)
337 Debug=off
338
339 ; Delimters for word selection
340 ; (compatible with earlier versions of Tera Term)
341 ; DelimList=$20
342 ; DelimDBCS=off
343 DelimList=$20!"#$24%&'()*+,:;<=>?@[\]^`{|}
344 DelimDBCS=on
345
346 ; Disable mouse event tracking when Control-Key is pressed.
347 DisableMouseTrackingByCtrl=off
348
349 ; Disable wheel to cursor translation when Control-Key is pressed.
350 DisableWheelToCursorByCtrl=off
351
352 ; Popup menu
353 EnablePopupMenu=on
354
355 ; "Show menu bar" command
356 EnableShowMenu=on
357
358 ; Enable the status line
359 EnableStatusLine=on
360
361 ; Display "New Connection" dialog on startup
362 HostDialogOnStartup=on
363
364 ; Enable IME / inline input (Japanese only)
365 IME=on
366 IMEInline=on
367
368 ; Kermit log
369 KmtLog=off
370
371 ; Language selection
372 LanguageSelection=on
373
374 ; Max scroll buffer size
375 MaxBuffSize=500000
376
377 ; Max serial port number
378 MaxComPort=256
379
380 ; Mouse event tracking
381 MouseEventTracking=on
382
383 ; Maximized window bug tweak
384 MaximizedBugTweak=on
385
386 ; Nonblinking cursor
387 NonblinkingCursor=off
388
389 ; Polygon cursor for KILLFOCUS
390 KillFocusCursor=on
391
392 ; Delay for pass-thru printing (in secs)
393 PassThruDelay=3
394
395 ; Direct pass-thru printing
396 PassThruPort=
397
398 ; Printer font
399 PrnFont=
400
401 ; Page margins for printing
402 ; (left, right, top and bottom in 1/100 inches)
403 PrnMargin=50,50,50,50
404
405 ; Quick-VAN log
406 QVLog=off
407
408 ; Quick-VAN window size
409 QVWinSize=8
410
411 ; Russian code set of printer font
412 RussPrint=Windows
413
414 ; Save VT Window position
415 SaveVTWinPos=off
416
417 ; Max lines per one jump scroll
418 ScrollThreshold=12
419
420 ; Scroll line count with mouse wheel button
421 MouseWheelScrollLine=3
422
423 ; Text selection on window activation
424 SelectOnActivate=on
425
426 ; Startup macro
427 StartupMacro=
428
429 ; TEK mouse code
430 TEKGINMouseCode=32
431
432 ; Telnet Auto Detection
433 TelAutoDetect=on
434
435 ; Telnet binary option
436 TelBin=off
437
438 ; Telnet auto echo
439 TelEcho=off
440
441 ; Telnet log
442 TelLog=off
443
444 ; Standard telnet port
445 TelPort=23
446
447 ; Keep-Alive packet sending interval on telnet connection (per second, 0=disabled)
448 TelKeepAliveInterval=300
449
450 ; Auto setup for non-telnet
451 TCPLocalEcho=off
452 TCPCRSend=
453
454 ; Title format
455 ; format ID: 5(000101) <title> - <host/port> VT/TEK
456 ; format ID: 13(001101) <host/port> - <title> VT/TEK
457 ; format ID: 29(011101) <host:tcpport/port> - <title> VT/TEK
458 ; format ID: 45(101101) <host/port:baud> - <title> VT/TEK
459 ; format ID: 61(111101) <host:tcpport/port:baud> - <title> VT/TEK
460 TitleFormat=61
461
462 ; Translate mouse wheel to cursor key when application cursor mode
463 TranslateWheelToCursor=on
464
465 ; Unknown Unicode character handling
466 UnknownUnicodeCharacterAsWide=off
467
468 ; Mapping of Unicode to DEC special character
469 ; The sum of following values:
470 ; 1 : Box drawings(U+2500-U+257F)
471 ; 2 : Bullet (U+2022)
472 ; Hyphenation point (U+2027)
473 ; Light shade (25%) (U+2591)
474 ; Medium shade (50%) (U+2592)
475 ; Dark shade (75%) (U+2593)
476 ; Black small square (U+25AA)
477 ; Black vertical rectangle (U+25AE)
478 ; Black verty small square (U+2B1D)
479 ; 4 : Middle dot (U+00B7)
480 ; One dot leader (U+2024)
481 ; Bullet operator (U+2219)
482 UnicodeToDecSpMapping=3
483
484 ; White & black color conversion
485 UseTextColor=off
486
487 ; VT Compatible Tab
488 VTCompatTab=off
489
490 ; Space between characters (lines)
491 VTFontSpace=0,0,0,0
492
493 ; Window Icon
494 VTIcon=Default
495 TEKIcon=Default
496
497 ; Scaling factors for printing (in pixels per inch)
498 VTPPI=0,0
499 TEKPPI=0,0
500
501 ; [Window] menu
502 WindowMenu=on
503
504 ; XMODEM log
505 XmodemLog=off
506
507 ; YMODEM log
508 YmodemLog=off
509
510 ; ZMODEM auto receive
511 ZmodemAuto=off
512
513 ; ZMODEM parameters for sending
514 ZmodemDataLen=1024
515 ZmodemWinSize=32767
516
517 ; Escape all control characters in ZMODEM
518 ZmodemEscCtl=off
519
520 ; ZMODEM log
521 ZmodemLog=off
522
523 ; ZMODEM receive command
524 ZmodemRcvCommand=rz
525
526 ;------ end of special options
527
528 [TTSSH]
529 ; SSH enabled flag(1=enabled 0=disabled)
530 Enabled=1
531
532 ; packet compression level(0=none)
533 Compression=0
534
535 ; default login username(setup to authentication dialog)
536 DefaultUserName=
537 DefaultForwarding=
538
539 ; Cipher algorithm order
540 ; (2...DES(SSH1), 3...3DES(SSH1), 6...Blowfish(SSH1), 7...3DES-CBC,
541 ; 8...AES128-CBC, 9...AES192-CBC, :...AES256-CBC, ;...Blowfish,
542 ; <...AES128-CTR, =...AES192-CTR, >...AES256-CTR, ?...Arcfour,
543 ; @...Arcfour128, A...Arcfour256, B...CAST128-CBC etc)
544 CipherOrder=>:=9<87;A@?B3026
545 KnownHostsFiles=ssh_known_hosts
546 DefaultRhostsLocalUserName=
547 DefaultRhostsHostPrivateKeyFile=
548 DefaultRSAPrivateKeyFile=
549 DefaultAuthMethod=3
550 ; Debug message logging level of `TTSSH.LOG'.
551 ; The default value is disabled(0).
552 ; LOG_LEVEL_FATAL 5
553 ; LOG_LEVEL_ERROR 10
554 ; LOG_LEVEL_URGENT 20
555 ; LOG_LEVEL_WARNING 30
556 ; LOG_LEVEL_VERBOSE 100
557 ; LOG_LEVEL_SSHDUMP 200
558 LogLevel=0
559 WriteBufferSize=2097152
560 LocalForwardingIdentityCheck=1
561
562 ; SSH protocol version (1 or 2)
563 ProtocolVersion=2
564
565 ; SSH heartbeat(keepalive): per second (0=disabled)
566 HeartBeat=60
567
568 ; Remember password on memory (1=enabled 0=disable)
569 RememberPassword=1
570
571 ; Check supported auth methods with "none" method (1=enabled 0=disable)
572 CheckAuthListFirst=0
573
574 ; Enable connection to the server that has RSA key length less than 768 bit (1=enabled 0=disable)
575 EnableRsaShortKeyServer=0
576
577 [TTProxy]
578 ConnectionTimeout="10"
579 SocksResolve="auto"
580 TelnetHostnamePrompt=">> Host name: "
581 TelnetUsernamePrompt="Username:"
582 TelnetPasswordPrompt="Password:"
583 TelnetConnectedMessage="-- Connected to "
584 TelnetErrorMessage="!!!!!!!!"
585
586
587 ;------ Telnet host list
588 ; Max number of hosts is 200.
589 ; You can edit this list in the [Setup] TCP/IP dialog box.
590 ;[Hosts]
591 ; Host name
592 ;Host1=myhost.mydomain
593 ; IP address
594 ;Host2=111.11.1.1
595 ; Host name with option
596 ;Host3=myhost.mydomain /F=myhost.ini
597 ; COM1 port
598 ;Host4=/C=1
599 ; Replay a file
600 ;Host5=/R=readme.txt
601
602 [Hosts]
603 Host1=192.168.1.3
604 Host2=sleep.mat-yan.jp
605 Host3=shell.sourceforge.jp
606 Host4=[fe80::201:80ff:fe36:cc7b%5]
607 Host5=cgi3.tky.3web.ne.jp
608 Host6=myhost.mydomain
609 Host7=111.11.1.1
610 Host8=myhost.mydomain /F=myhost.ini
611 Host9=/C=1 ;serial port
612 Host10=/R=readme.txt ;replay a file

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