home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / ke098300.zip / DOCE / SAMPLE.INI < prev    next >
Text File  |  2000-02-03  |  2KB  |  105 lines

  1. ; --- C:\BINOS2\ke.def ---
  2. ; KashEDIT for OS/2(R), Version 0.98 Release 1.00
  3.  
  4. ; EOF addition in the preservation
  5. ADDEOF = 0
  6. ; TAB indication ON/OFF
  7. DISPTAB = 0
  8. ; CR indication ON/OFF
  9. DISPCR = 1
  10. ; EOF indication ON/OFF
  11. DISPEOF = 1
  12. ; AUTO INDENT
  13. AUTOINDENT = 1
  14. ; Line number indication
  15. LINENUMBER = 0
  16. ; Cursor line underline
  17. UNDERLINE = 0
  18. ; backup
  19. BACKUP = 1
  20. ; TAB Development size
  21. TABSIZE = 8
  22. ; The width of the screen
  23. WINDOW = 0
  24. ; Word wrap reference
  25. WRAP = 0
  26. ; Cursor jump, to the head of the block
  27. CSRJUMP = 0
  28.  
  29. ; Quotation marks
  30. COPY = ">   "
  31.  
  32. ; The place of the backup preparation
  33. ;KEBAK = "C:\VZBAK"
  34.  
  35. ; Black and white designation(It takes precedence over color designation.)
  36. MONO = 0
  37. ;
  38.  
  39. ; Color designated sample
  40. ;
  41. ; BLACK             0
  42. ; BLUE              1
  43. ; GREEN             2
  44. ; CYAN              3
  45. ; RED               4
  46. ; MAGENTA           5
  47. ; BROWN             6
  48. ; PALEGRAY          7
  49. ; DKGREY            8
  50. ; LBLUE             9
  51. ; LGREEN            10
  52. ; LCYAN             11
  53. ; LRED              12
  54. ; LMAGENTA          13
  55. ; YELLOW            14
  56. ; WHITE             15
  57.  
  58. ; The background of the text area
  59. C.TB = 1
  60. ; Text color
  61. C.TX = 15
  62. ; CR color
  63. C.CR = 3
  64. ; TAB color
  65. C.TAB = 3
  66. ; EOF color
  67. C.EOF = 3
  68. ; Choice block color
  69. C.SEL = 13
  70. ; Underline
  71. C.UL = 8
  72. ; Line number color
  73. C.LN = 3
  74. ; Window color
  75. C.WIN = 5
  76. ; Window label color
  77. C.LB = 5
  78. ; he background color of menu
  79. C.MB = 7
  80. ; Text of menu
  81. C.MT = 0
  82. ; Text of status bar
  83. C.ST = 0
  84. ; Status bar
  85. C.SBN = 11
  86. ; Readonly status bar
  87. C.SBR = 5
  88. ; Viewmode status bar
  89. C.SBV = 6
  90. ; Status bar:file name background
  91. C.FN = 7
  92. ; Function key guide:background
  93. C.FB = 7
  94. ; Function key guide:text
  95. C.FT = 0
  96. ; Message indication color
  97. C.MSG = 14
  98.  
  99. ; How to indicate Function key guide
  100. NEC = 0
  101.  
  102. ; VZ Editor conformity Function key arrangement
  103. VZFN = 0
  104. ; --- C:\BINOS2\ke.def ---
  105.