home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / comm / qvt355.zip / DEFAULT.VT next >
Text File  |  1989-10-11  |  3KB  |  92 lines

  1. /***************************************************
  2. /*                                                 *
  3. /* Sample QVT Configuration File                   *
  4. /*                                                 *
  5. /* There should be one config file per host system *
  6. /*                                                 *
  7. /***************************************************
  8. /* 'name' is the familiar name of the host system  *
  9. name=Default
  10. /* the comm port to use, either 1 or 2
  11. port=1
  12. /* the custom i/o port spec, if any (in hex)
  13. /* leave blank to use COM1 or COM2
  14. ioport=
  15. /* the irq line used by the custom port
  16. /* leave blank to use COM1 or COM2
  17. irq=
  18. /* the baud rate to use, from 300 to 19200
  19. baud=1200
  20. /* parity; even, odd, or none
  21. parity=none
  22. /* number of data bits; 5, 6, 7, or 8
  23. bits=8
  24. /* number of stop bits; 1 or 2
  25. stop=1
  26. /* flow control method: 'xoff' or 'cts'
  27. flow=xoff
  28. /* the phone number at which this system can be reached
  29. /* up to ten phone numbers may be entered here, one per line
  30. phone=
  31. /* the name of the login script for this system
  32. /* full DOS pathnames are both accepted and preferred
  33. login=
  34. /* the modem initialization string */
  35. init=
  36. /* dialwait is the number of seconds QVT will wait for a connection
  37. /* after dialing
  38. dialwait=30
  39. /* dialmethod tells QVT whether to use touchtone or pulse dialing
  40. dialmethod=tone
  41. /* dialprefix is a special non-Hayes dialing command for the modem
  42. dialprefix=
  43. /* the answerback string
  44. answerback=
  45. /* the character transmitted by the 'Backspace' key; either BS or DEL
  46. backsp=DEL
  47. /* the character transmitted by the 'Return' key; either 'return' or 'linefeed'
  48. enter=return
  49. /* enables or disables the warning bell
  50. bell=on
  51. /* enables or disables auto-wrap
  52. wrap=off
  53. /* turns local echo on and off */
  54. echo=off
  55. /* sets the cursor to either a block or an underline
  56. cursor=line
  57. /* sets the terminal compatibility mode: 200=VT220, 100=VT100, 52=VT52
  58. terminal=200
  59. /* enables or disables the status line/menu bar
  60. status=on
  61. /* sets the normal character color
  62. color=white
  63. /* sets the normal background color
  64. backcolor=black
  65. /* sets a color to be used for contrast when the 'high intensity' attribute
  66. /* is enabled.
  67. /* a null entry means that the foreground color (intensified) will be used
  68. bold=
  69. /* color of menu bar
  70. statcolor=blue
  71. /* character set: DEC = VT character set, IBM = IBM PC character set
  72. /* to use QVT with PC bulletin boards, set this to 'IBM'
  73. charset=DEC
  74. /* default protocol
  75. protocol=
  76. /* the AL register value which invokes 132-column mode (in hex)
  77. /* leave blank if your video card doesn't have a 132-column text mode
  78. bios_132=
  79. /* number of lines on screen: 24 or 42
  80. scrnlines=24
  81. /* the strings to be associated with the programmable keys <Alt-F1> to <Alt-F10>
  82. f1=
  83. f2=
  84. f3=
  85. f4=
  86. f5=
  87. f6=
  88. f7=
  89. f8=
  90. f9=
  91. f10=
  92.