home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d138 / vt100.lha / Vt100 / Ver2.6 / vt100.init < prev   
Text File  |  1988-03-20  |  3KB  |  67 lines

  1. # Hash mark at the beginning of a line denotes a comment.
  2. # White space (space(s) or tab(s)) delimit fields.
  3. # Case ignored except for function key bindings.
  4. #
  5. # All items in this file overide variables of the same name in VT100.H
  6. # (all variables in vt100.h have a "p_" prepended to them)
  7. #
  8. #####################################################################
  9. #
  10. BAUD            1200            # Anything after required fields is ignored
  11. SCREEN          CUSTOM          # may be CUSTOM or WORKBENCH
  12. INTERLACE       OFF             # ON for CUSTOM or interlaced workbench
  13. DEPTH           2               # number of bit planes to use (1 or 2)
  14. WBCOLORS        YES             # ignore custom colors and use defaults
  15. FOREGROUND      000             # Colors are only used on the custom screen
  16. BACKGROUND      EEE             # Colors are in hex RGB from 000 to FFF
  17. BOLD            5D0             # Color for bold highlighting (in custom)
  18. CURSOR          E40             # Color for cursor (in custom screen)
  19. LINES           24              # normal <= 24 interlaced <= 48
  20. MODE            IMAGE           # IMAGE or CRLF (for KERMIT transfers)
  21. CONVERT      ON
  22. BUFFER          2048            # 512 <= Input buffer size <= 2048
  23. PARITY          NONE            # NONE (= 8 bit), MARK, SPACE, ODD or EVEN
  24. BREAK           750000          # Length for break key in microseconds
  25. VOLUME          0              # Beep Volume (0 = Visual Beep)
  26. WRAP            OFF             # Auto wrap ON or OFF
  27. ECHO            OFF             # Full duplex mode in use
  28. NUMKEY          OFF              # The keypad should be numeric
  29. APPCUR          OFF             # Application keypad mode is being used
  30. KEYSCRIPT       7E              # Hex value for script introducer
  31. SWAP            ON              # Swap BS and Del keys
  32. #
  33. # Function bindings (strings to type when any of F1 - F10 are pressed)
  34. #       f<num>  = function key
  35. #       F<num>  = shifted function key
  36. #
  37. # The string specified must be delimited and uses one special char:
  38. #       ^       = control next character
  39. #       ^^      = up arrow
  40. #
  41. # Sample control characters:
  42. #       ^[      = escape        ^M      = carriage return
  43. #       ^J      = line feed     ^L      = form feed
  44. #
  45. # If the first character of the string is a script introducer
  46. # (KEYSCRIPT) then the string is interpreted as a script filename
  47. # to be executed when the key is pressed.
  48. #
  49. # Examples of bindings:
  50. #
  51. f 1     "^[OP"                  # f1-f4 = PF1 - PF4 on a VT100
  52. f 2     "^[OQ"
  53. f 3     "^[OR"
  54. f 4     "^[OS"
  55. #
  56. #
  57. f 5     "rlogin obi-wan^M"
  58. f 6     "/go amiga^M"
  59. f 7     "^M"
  60. f 8     "^M"
  61. f 9     "^M"
  62. f 10    "ATTD5551212^M"
  63. #
  64. #
  65. # all done with init, now execute script as startup sequence
  66. #
  67.