home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / internet / qvttrm40.zip / TERM.INI < prev    next >
INI File  |  1995-09-20  |  3KB  |  209 lines

  1. [defaults]
  2. ;-----------------------------------------------------------------------------
  3. ;
  4. ;       Terminal Client Setup
  5. ;
  6. ;-----------------------------------------------------------------------------
  7. ;
  8. ; forecolor
  9. ;
  10. ; The color which will be used to display text
  11. ;
  12. forecolor=white
  13.  
  14. ;
  15. ; backcolor
  16. ;
  17. ; The background color of the Terminal window
  18. ;
  19. backcolor=black
  20.  
  21. ;
  22. ; boldcolor
  23. ;
  24. ; The color which will be used to display 'high-intensity' text
  25. ;
  26. boldcolor=cyan
  27.  
  28. ;
  29. ; backspace
  30. ;
  31. ; The ASCII value which will be transmitted by the <Backspace> key
  32. ;
  33. backspace=DEL
  34.  
  35. ;
  36. ; local_echo
  37. ;
  38. ; Should keystrokes be echoed locally, or by the host?
  39. ;
  40. local_echo=off
  41.  
  42. ;
  43. ; wrap
  44. ;
  45. ; Automatically wrap back to column 1 after reaching EOL
  46. ;
  47. wrap=on
  48.  
  49. ;
  50. ; terminal
  51. ;
  52. ; Which terminal to emulate: VT200, VT100, VT52
  53. ;
  54. terminal=VT200
  55.  
  56. ;
  57. ; font
  58. ;
  59. ; Which font to use: DEC, IBM, ANSI, Terminal
  60. ;
  61. font=DEC
  62.  
  63. ;
  64. ; fontsize
  65. ;
  66. ; Use 'large' or 'small' DEC font (when 'font=DEC')
  67. ;
  68. fontsize=LARGE
  69.  
  70. ;
  71. ; custom_font
  72. ;
  73. ; Which font to use as the 'custom' font
  74. ;
  75. custom_font=
  76.  
  77. ;
  78. ; bell
  79. ;
  80. ; Will the terminal's bell sound when the BEL character is received?
  81. ;
  82. bell=on
  83.  
  84. ;
  85. ; win_height
  86. ;
  87. ; The height of the terminal window, in text lines.
  88. ; 12 <=win_height <= 48
  89. ;
  90. win_height=24
  91.  
  92. ;
  93. ; win_width
  94. ;
  95. ; The width of the terminal window, in text columns
  96. ; 40 <=win_height <= 160
  97. ;
  98. win_width=80
  99.  
  100. ;
  101. ; buffer
  102. ;
  103. ; Specifies the number of lines in the scrollback buffer
  104. ;
  105. buffer=72
  106.  
  107. ;
  108. ; script
  109. ;
  110. ; The name of the file containing script commands to be executed
  111. ; after a connection has been established
  112. ;
  113. script=
  114.  
  115. ;
  116. ; keymap
  117. ;
  118. ; The name of the file containing default key redefinitions
  119. ; Fully-qualified pathname recommended
  120. ;
  121. keymap=
  122.  
  123. ;
  124. ; print_mode
  125. ;
  126. ; Specifies whether local printing should be done in 'normal' (text)
  127. ; mode or 'transparent' mode.
  128. ;
  129. print_mode=normal
  130.  
  131. scrollbar=ON
  132. capture_mode=BINARY
  133. autoclose=NO
  134. conntype=network
  135. output_trans=ON
  136. eolchar=LF
  137. display_mode=WINDOW
  138. numeric_keypad=NUMERIC
  139. cursor_keypad=NORMAL
  140.  
  141.  
  142. [hardware]
  143. ;-----------------------------------------------------------------------------
  144. ;
  145. ;       PC Keyboard and printer information
  146. ;
  147. ;-----------------------------------------------------------------------------
  148.  
  149. ;
  150. ; keypad
  151. ;
  152. ; use 'physical' (DEC) or 'logical' (IBM) layout for editing keypad
  153. ;
  154. keypad=DEC
  155.  
  156. ;
  157. ; nl_mode
  158. ;
  159. ; Should <NumLock> key be forced ON ('lock') or left alone ('unlock')
  160. ;
  161. nl_mode=LOCK
  162.  
  163. [printer]
  164. ;
  165. ; printer
  166. ;
  167. ; Specifies the default local printer for print-screen and
  168. ; slave-printing. If left blank, the default Windows printer
  169. ; will be used.
  170. ;
  171. ; The argument to this directive should of the form used by
  172. ; the 'device=' statement in the [windows] section of WIN.INI.
  173. ;
  174. printer=
  175. printer_font=
  176. printer-warning=1
  177.  
  178. [network]
  179. ;
  180. ; port
  181. ;
  182. ; default TCP port to use: telnet or rlogin
  183. ;
  184. port=telnet
  185.  
  186. ;
  187. ; negotiate
  188. ;
  189. ; Enable/disable Telnet terminal-type negotiation
  190. ;
  191. negotiate=all,yes
  192.  
  193. ;
  194. ; username
  195. ;
  196. ; The default username to supply to the 'rlogin' protocol
  197. ;
  198. username=
  199.  
  200. hostdir=c:\tcpopen\etc
  201.  
  202. [serial]
  203. serialcomm=1:9600:8,N,1:X
  204. modeminit=atq0e0v0x4&c1&d2
  205.  
  206. [login]
  207. name_prompt=login:
  208. pass_prompt=Password:
  209.