home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / windows3 / pcucp15.zip / pcucp.cfg < prev    next >
Text File  |  1993-11-10  |  3KB  |  150 lines

  1. #
  2. # Dos/Windows config template
  3. #
  4.  
  5. #
  6. # Line parameters and typical values for PACKETSIZE
  7. # The PACKETSIZE values are provided merely to get
  8. # you going, you should experiment with other values
  9. # to get optimum performance. Usually something like
  10. # 25 % of the effective line speed in cps is a good 
  11. # guess.
  12. #
  13. #LINEPARAMS COM2:1200,N,8,1
  14. #PACKETSIZE 28
  15. #PACKETSIZE 32
  16. #
  17. LINEPARAMS COM2:2400,N,8,1
  18. PACKETSIZE 56
  19. #PACKETSIZE 64
  20. #
  21. #LINEPARAMS COM2:9600,N,8,1
  22. #PACKETSIZE 224
  23. #PACKETSIZE 256
  24. #
  25. #LINEPARAMS COM2:19200,N,8,1 # assuming 14400 bps line speed
  26. #PACKETSIZE 336 
  27. #PACKETSIZE 384
  28. #
  29. #LINEPARAMS COM2:38400,N,8,1
  30. #PACKETSIZE 384 # just a guess .. adjust to ~25 % of eff. line speed in cps
  31.  
  32. #
  33. # BITCODE
  34. #
  35. #BITCODE NONE      # 100% transparent line
  36. BITCODE BIT5      # typical
  37. #BITCODE BIT7      # 7-bit data, otherwise 100% transparent
  38. #BITCODE BIT5 BIT7 # if all else fails
  39.  
  40. #
  41. # SALVSTR
  42. #
  43. SALVSTR ^Q         # generally useful
  44. #SALVSTR ^Q\rr\r   # 
  45.  
  46. #
  47. # Translations for the scandinavian special characters
  48. #
  49. # brackets -> Windows (latin-2), use no XLATS for latin-2 !
  50. #XLAT {  \xE4 # ä
  51. #XLAT }  \xE5 # å
  52. #XLAT |  \xF6 # ö
  53. #XLAT [  \xC4 # Ä
  54. #XLAT ]  \xC5 # Å
  55. #XLAT \\ \xD6 # Ö
  56. #
  57. # brackets -> native IBM-codes
  58. #XLAT {  ä
  59. #XLAT }  å
  60. #XLAT |  ö
  61. #XLAT [  Ä
  62. #XLAT ]  Å
  63. #XLAT \\ Ö
  64. #
  65. # latin-2 -> native IBM-codes
  66. #XLAT \xE4 ä
  67. #XLAT \xE5 å
  68. #XLAT \xF6 ö
  69. #XLAT \xC4 Ä
  70. #XLAT \xC5 Å
  71. #XLAT \xD6 Ö
  72.  
  73. #
  74. # Key mappings
  75. #
  76. # vt100 natives
  77. KEY ^[OA UP    # up
  78. KEY ^[OB DOWN  # down
  79. KEY ^[OC RIGHT # right
  80. KEY ^[OD LEFT  # left
  81. KEY ^[OP F1    # PF1 - F1
  82. KEY ^[OQ F2    # PF2 - F2
  83. KEY ^[OR F3    # PF3 - F3
  84. KEY ^[OS F4    # PF4 - F4
  85. #
  86. # Emacs cursor keys
  87. #KEY ^P   UP
  88. #KEY ^N   DOWN
  89. #KEY ^F   RIGHT
  90. #KEY ^B   LEFT
  91. #
  92. # Other emacs keys
  93. KEY \x7f BS      # BS to DEL
  94. KEY \x08 BS CTRL # actual backspace
  95. KEY ^A   HOME
  96. KEY ^E   END
  97. KEY ^D   DEL
  98. KEY ^V   PGDN
  99.  
  100. #
  101. # My impression is that these fonts are
  102. # included in the standard Windows 3.1
  103. # distribution and can be used as
  104. # alternate fonts.
  105. #
  106. #FONT Fixedsys
  107. #FONT Terminal 14 7
  108. #FONT Terminal 16 7
  109. #FONT Terminal 16 8
  110. #FONT Terminal 18 9
  111. #FONT Terminal 20 10
  112. #FONT Terminal 20 10 bold
  113.  
  114. #
  115. # Alternate color schemes
  116. #
  117. #          R   G   B
  118. #
  119. #FGCOLOR 255 255   0 # yellow
  120. #BGCOLOR   0   0 128 # dark blue
  121. #STCOLOR 255 255 255 # white
  122. #
  123. #FGCOLOR 255 255 255 # white
  124. #BGCOLOR   0   0 128 # dark blue
  125. #STCOLOR 255 255   0 # yellow
  126. #
  127. #FGCOLOR 128 128 128 # gray
  128. #BGCOLOR   0   0   0 # black
  129. #STCOLOR 255 255 255 # white
  130. #
  131. #FGCOLOR   0 128   0 # dark green
  132. #BGCOLOR   0   0   0 # black
  133. #STCOLOR   0 255   0 # bright green
  134. #
  135. #FGCOLOR 223 223 223
  136. #BGCOLOR   0   0 128
  137. #STCOLOR 255 255   0 # nice on (my) SVGA
  138.  
  139. #
  140. # Others
  141. #
  142. #AUTOWRAP ON
  143. #AUTOWRAP OFF
  144. #
  145. #SCRBUFSIZE 8
  146. #SCRBUFSIZE 16
  147. #SCRBUFSIZE 32
  148.  
  149.  
  150.