options.txt
上传用户:tigerk9
上传日期:2020-03-10
资源大小:237k
文件大小:7k
源码类别:

Telnet客户端

开发平台:

Visual C++

  1. This file describes all the environment variables and options that are
  2. available in TELNET.INI.  If you are having problems with a terminal setting,
  3. this is the file you want to read first.  If this file does not help you,
  4. please send a bug report to Paul Brannan <pbranna@clemson.edu>.
  5. Environment variables
  6. ---------------------
  7. Before there was a telnet.ini file, all the options were controlled
  8. through environment variables.  These have been left in for compatibility
  9. with previous versions, and for specifying locations of files.  They
  10. override any values in telnet.ini.
  11. TELNET_CFG      Specifies the location of the keys.cfg file
  12. TELNET_REDIR    Specifies whether file redirection needs to be supported
  13. INPUT_REDIR     Specicies only to redirect input
  14. OUTPUT_REDIR    Specifies only to redirect output
  15. TELNET_INI      Specifies the location of the telnet.ini file
  16. Configuration options
  17. ---------------------
  18. These are the options that you can specify in telnet.ini.  This file is in
  19. the same format as any normal Windows ini file.  You can also change some
  20. of these options using the SET command at the telnet> prompt.
  21. [Terminal] section
  22. Dumpfile
  23. Specifies the filename of a file to dump output to.  (Default = "")
  24. Term
  25. The name of the terminal type to send to the server.  You
  26. can use this if Telnet is sending "ANSI" but you have a
  27. vt100 terminal.  If you use this options, please read about
  28. some of the other options below.  (Default = ansi)
  29. EightBit_Ansi
  30. Some machines use the ASCII characters 128 to 155 for ANSI
  31. sequences.  These are usually the newer VAX systems.  Turning
  32. this option on may cause problems with certain foreign
  33. (non-American) character sets.  (Default = FALSE)
  34. VT100_Mode
  35. This option turns on VT100 mode.  There are a few minor
  36. differences between ANSI terminals and DEC VT100 terminals.
  37. I recommend trying TERM=vt220 or TERM=vt102 before trying
  38. this option, but if you must have true VT100 emulation,
  39. this is the only way to get it.  (Default = FALSE)
  40. Destructive_Backspace
  41. This will probably cause problems with most programs, but if you need the
  42. backspace to erase the previous character (as with some BBSes), use this
  43. option.  (Default = FALSE)
  44. Speaker_Beep
  45. If you set this to true you will hear beeps through the PC speaker; setting
  46. it to false will play the default system beep sound through your sound
  47. card.  (Default = TRUE)
  48. Beep
  49. Setting this to false turns off all beeps; setting this to true turns on
  50. all beeps.  (Default = TRUE)
  51. Preserve_Colors
  52. This turns on color preservation for systems that require it (like SCO).
  53. (Default = FALSE)
  54. Wrap_line
  55. This turns on/off line wrap.  (Default = TRUE)
  56. Lock_linewrap
  57. Turning on this option disables the ability of the remote end to control
  58. line wrap, and "locks" it into whatever it is set to in the ini file.
  59. (Default = FALSE)
  60. Fast_write
  61. This turns on/off fast screen write.  Turning it off allows you to see
  62. control characters if your application requires it.  (Default = TRUE)
  63. Term_width
  64. Term_height
  65. These options specify the size of the terminal.  You can specify non-standard
  66. sizes if you are running telnet in a window.  You may want to specify
  67. a font size if you use these (using "Auto" can cause display problems).
  68. Specifying -1 means use the settings for the parent console.
  69. (Default = -1, -1)
  70. Wide_enable
  71. This is to allow the ANSI parser to change the screen size when sent certain
  72. escape sequences.  This is for vt100 compatibility.  (Default = FALSE)
  73. Buffer_size
  74. This is the size of the ANSI buffer used for parsing sequences.  Increasing
  75. this value speeds up the parser, and decreasing it allows the mouse to
  76. respond faster.  (Default = 2048)
  77. Input_redir
  78. Output_redir
  79. These are for redirecting input and output.  (Default = 0, 0)
  80. Any value greater than 0 turns redir on.  Turn Output_redir on to bypass
  81. the Console Telnet screen writing and positioning functions and simply
  82. pass the data stream as received from the host straight through.
  83. Strip_redir
  84. If enabled, this option will attempt to strip the stream before passing it on
  85. through redirected output.  This will have no effect on non-redirected output.
  86. (Default=FALSE)
  87. [Colors] section
  88. Setting the following to -1 disables them:
  89. Blink_bg                Background color to use for blink (default = -1)
  90. Blink_fg                Foreground color to use for blink (default = -1)
  91. Underline_bg            Background color to use for underline (default = -1)
  92. Underline_fg            Foreground color to use for underline (default = -1)
  93. UlBlink_bg              Background color to use for blink+uline (default = -1)
  94. UlBlink_fg              Foreground color to use for blink+uline (default = -1)
  95. Setting the following to -1 uses colors detected at startup:
  96. Normal_bg               Normal text background color (default = -1)
  97. Normal_fg               Normal text foreground color (default = -1)
  98. Please do not set these values to -1:
  99. Scroll_bg               Background color for scrollback mode (default = 0)
  100. Scroll_fg               Foreground color for scrollback mode (default = 7)
  101. Status_bg               Bg color of status line in scrollback (default = 1)
  102. Status_fg               Fg color of status line in scrollback (default = 15)
  103. Here's a list of colors:
  104. 0 - black, 1 - blue, 2 - green, 3 - cyan, 4 - red, 5 - magenta, 6 - brown
  105. 7 - lt. grey (dk. white), 8 - dk. grey, 9 - bright blue, 10 - bright green,
  106. 11 - bright cyan, 12 - bright red, 13 - bright magenta, 14 - yellow
  107. 15 - bright white
  108. [Mouse] section
  109. Enable_Mouse
  110. Turns on mouse support.  (Default = TRUE)
  111. [Printer] section
  112. Printer_Name
  113. The DOS name for the printer.  (Default = LPT1)
  114. [Keyboard] section
  115. Many of these options are also available from telnet.cfg.
  116. Escape_key
  117. The key to break out of a telnet session.  (Default = ])
  118. Scrollback_key
  119. The key for switching to scrollback mode.  (Default = [)
  120. Dial_key
  121. You can start a new telnet session with this key.  (Default = )
  122. Alt_erase
  123. If you set this to true, it will swap backspace and delete.
  124. (Default = FALSE)
  125. Keyboard_paste
  126. This option allows pasting to the screen via shift-insert.  (Default = FALSE)
  127. Keyfile
  128. Selects an alternate telnet.cfg file.  (Default = TELNET.CFG)
  129. Default_Config
  130. Selects a different keyboard definition.  All of these are defined in
  131. telnet.cfg.
  132. [Scrollback] section
  133. Scroll_Mode
  134. Selects the default mode for scrollback.  Valid selections are:
  135.         HEX             Hex dump
  136.         DUMP            Dump, control characters are shown as "."
  137.         DUMPB           Binary dump
  138.         TEXT            Text mode
  139. Note: you can press TAB in scrollback mode to cycle through these.
  140. (Default = DUMP)
  141. Command-line Options
  142. --------------------
  143. -d<filename>    Specifies the name of the dumpfile.
  144. -h Gives a help screen.