home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 430.lha / Paws_v0.17 / vt100.init < prev   
Text File  |  1990-10-01  |  3KB  |  87 lines

  1. #####################################################################
  2. #    VT100 sample initialization file
  3. #    v2.4 861214 DBW    - Dave Wecker standard defaults
  4. #    latest update... 02-Sep-1990 to keep rough VLT compatibility.
  5. #
  6. # Hash mark at the beginning of a line denotes a comment.
  7. # White space (space(s) or tab(s)) delimit fields.
  8. # Case ignored except for function key bindings.
  9. #
  10. # All items in this file overide variables of the same name in VT100.H
  11. # (all variables in vt100.h have a "p_" prepended to them)
  12. #
  13. #####################################################################
  14. #
  15. #BAUD        2400        # Anything after required fields is ignored
  16. BAUD        9600        # Anything after required fields is ignored
  17. SCREEN        CUSTOM        # may be CUSTOM or WORKBENCH
  18. INTERLACE    OFF        # ON for CUSTOM or interlaced workbench
  19. DEPTH        2        # number of bit planes to use (1 or 2)
  20. WBCOLORS    NO        # ignore custom colors and use defaults
  21. #FOREGROUND    fb0        # Colors are only used on the custom screen
  22. FOREGROUND    0b0        # Colors are only used on the custom screen
  23. BACKGROUND    000        # Colors are in hex RGB from 000 to FFF
  24. BOLD        a00        # Color for bold highlighting (in custom)
  25. CURSOR        00a        # Color for cursor (in custom screen)
  26. LINES        24        # normal <= 24 interlaced <= 48
  27. MODE        CRLF        # IMAGE or CRLF (for KERMIT transfers)
  28. BUFFER            4096        # 512 <= Input buffer size <= 2048
  29. PARITY        NONE        # NONE (= 8 bit), MARK, SPACE, ODD or EVEN
  30. BREAK        750000        # Length for break key in microseconds
  31. VOLUME        64        # Beep Volume (0 = Visual Beep)
  32. WRAP        OFF        # Auto wrap ON or OFF
  33. KEYSCRIPT    7E        # Hex value for script introducer
  34. #
  35. # Function bindings (strings to type when any of F1 - F10 are pressed)
  36. #    f<num>    = function key
  37. #    F<num>    = shifted function key
  38. #
  39. # The string specified must be delimited and uses one special char:
  40. #    ^    = control next character
  41. #    ^^    = up arrow
  42. #
  43. # Sample control characters:
  44. #    ^[    = escape    ^M    = carriage return
  45. #    ^J    = line feed    ^L    = form feed
  46. #
  47. # If the first character of the string is a script introducer
  48. # (KEYSCRIPT) then the string is interpreted as a script filename
  49. # to be executed when the key is pressed.
  50. #
  51. # Examples of bindings:
  52. #
  53. f1    "^[OP"            # f1-f4 = PF1 - PF4 on a VT100
  54. f2    "^[OQ"
  55. f3    "^[OR"
  56. f4    "^[OS"
  57. #
  58. f5    ""            # 
  59. f6    "RECA ^M"        # Auto recall Vax command... like conman F6
  60. f7    "sdd^M"            # Mon processor/topcpu
  61. #
  62. f8      "kermit^M"        # For UNIX
  63. f9    "Kermit^Mset fil typ bin^Mset fil nam lit^Mserv^M" # For VAX & binaries.
  64. f10    "sh def^M "        # Vax
  65. #
  66. F1    "C MAGPIE^M"        # Connect to MAGPIE from server.
  67. F2    "C    MSO^M"        #    "    "  MSO      "     "
  68. F3    "C ODDJOB^M"        #    "    "  ODD      "     "
  69. F4    "C HALLEY^M"        #    "    "  HAL      "     "
  70. F5    "C   CSC1^M"        #    "    "  CSC1     "     "
  71. F6    "username^Mpassword^M"    # For logging in to host.
  72. F7    ""            # 
  73. F8    "c msotel nod magpie dest madras^M"
  74. F9    "Kermit^Mset fil nam liter^Mserver^M"    # Set kermit to server mode, ASCII default
  75. F10    "EDT MAIN:LOGIN.COM^M"
  76. #
  77. # all done with init
  78. #
  79. exit
  80. # examples
  81. # f5,6,7 = scripts to execute (assuming that KEYSCRIPT = '~' = 0x7E)
  82. #
  83. #f5    "~df1:vt100_source/dialwork.script"
  84. #f6    "~df1:vt100_source/sendvt100.script"
  85. #f7    "~df1:vt100_source/getpics.script"
  86. #
  87.