オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3661 - (show annotations) (download)
Tue Oct 27 17:15:19 2009 UTC (14 years, 6 months ago) by doda
File size: 14817 byte(s)
URLUnderline=on を追加

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

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