home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / comm / meshugen.lzh / terminal_setup < prev   
Text File  |  1988-05-28  |  4KB  |  111 lines

  1. ###############################################################################
  2. #
  3. # terminal setup file for Meshugena, a VT220 terminal emulation program.
  4. # Copyright 21-mar-1988 Michael S. Leibow.
  5. #
  6. ###############################################################################
  7. #
  8. # Comment lines start with a '#'
  9. # Blank lines are ignored
  10. #
  11. # format of a command line is:
  12. #     command : args   # comment
  13. # White space and caps are optional.
  14. # If a capital letter is necessary in the argument list, precede the cap with
  15. # a backslash character (\).
  16. #
  17. ###############################################################################
  18.  
  19. autowrap         : off        # on or off
  20. localecho         : off        # if on key strokes are echoed
  21. number columns        : 80        # 80 or 132
  22. font size        : big        # big or small
  23. cursor style        : block        # block or underscore
  24. cursor blink        : on        # on or off
  25. reverse video        : off        # on or off
  26. jump scroll        : on        # on or off
  27. blink rate        : 500        # number of milliseconds per 1/3 cycle.
  28. parser            : ansi        # ansi or vt52
  29. conformance level    : vt220 8 bits    # ignored if parser = vt52
  30. transcript lines    : 200        # range is 0 to some reasonable amount
  31.  
  32. # if ON, the backspace key will send the delete code, and the delete key
  33. # will send the backspace code.
  34. backspace delete swapped : off
  35.  
  36. ############################### serial setup ##################################
  37.  
  38. baud            : 1200    # can be 110, 300, 600, 1200, 1800, 2400, 3600,
  39.                 # 4800, 9600, 19200
  40. stop bits        : 1    # can be 1 or 2.
  41. word length        : 8    # can be 7 or 8
  42. parity            : none    # none, even, odd, mark, space
  43. buffer size        : 512    # 512 minimum
  44.  
  45. ########################### MENU hotkey definitions ############################
  46.  
  47. # FILE save defaults hotkey : 
  48. # FILE load defaults hotkey :
  49. TERMINAL reset hotkey                : r
  50. TERMINAL hard reset hotkey            : \R
  51. TERMINAL send break hotkey             : .
  52. DISPLAY clear screen hotkey             : c
  53. DISPLAY auto wrap hotkey             : w
  54. DISPLAY echo hotkey                 : e
  55. DISPLAY horizontal tracking hotkey         : h
  56. DISPLAY vertical tracking hotkey         : v
  57. #DISPLAY cursor enabled hotkey :
  58. #DISPLAY 80 column mode hotkey :
  59. #DISPLAY 132 column mode hotkey :
  60. DISPLAY big font hotkey             : b
  61. DISPLAY small font hotkey             : s
  62. #DISPLAY block cursor hotkey :
  63. #DISPLAY underscore cursor hotkey :
  64. DISPLAY reverse video hotkey            : n
  65. #DISPLAY jump scroll hotkey :
  66. #KEYBOARD bs and delete swapped hotkey : 
  67. #KEYBOARD numeric keypad hotkey :
  68. #KEYBOARD cursor keys applications mode hotkey :
  69. PARSER reset hotkey                 : p
  70. PARSER vt52 hotkey                 : 5
  71. PARSER vt100 hotkey                 : 1
  72. PARSER VT200 7 bits hotkey             : 7
  73. PARSER VT200 8 bits hotkey             : 8
  74.  
  75. ######### window information ##################################################
  76. #
  77. # window position is stronger then width and height.  If the width and height
  78. # are too big, then they are made smaller so that the window will fit at the
  79. # x and y position given.  If the new width and height values make the window
  80. # smaller than its minimum size, then the position will be changed to
  81. # accomodate the size of a minimum window.  After all of this garbage takes
  82. # place, the window will be rendered.
  83. #
  84. # a value of "max" may be used to try and get the maximum width or height.
  85. #
  86. # for example,
  87. #window x position    : 0
  88. #window y position    : 12
  89. #window width        : 640
  90. #window height        : 200    # this height value will be adjusted to let
  91. #                # the window fit.
  92. #
  93.  
  94. window x position    : 0
  95. window y position    : 0
  96. window width        : max
  97. window height        : max
  98.  
  99. scrollbars         : on        # if on borders and scrollbars in window
  100. # if tracking is on, the cursor will not be able to move off of the display.
  101. Horizontal Tracking    : off        # ignored if scrollbars = off
  102. vertical Tracking    : on        # ignored if scrollbars = off
  103. screen type        : workbench    # workbench or custom
  104. #interlace        : on        # on or off ... Ignored if workbench
  105.  
  106. ####### font information ######################################################
  107. big font normal                : f80/8
  108. big font ld normal            : fld80/8
  109. small font normal            : f132/8
  110. small font ld normal            : fld132/8
  111.