home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / ME22-OS2.ZIP / CONFIG.ME < prev    next >
Text File  |  1988-10-11  |  2KB  |  35 lines

  1. ta 2       tab stops are every n columns (n = 8 default)
  2. tb 32      tab_filler (this is a non-ascii value - for blank, put 32 here)
  3. bt 0       Compress blanks to tabs on output?
  4. rt 1       use real tabs? (1 = YES, 0 = NO)
  5. in 0       insert mode on at startup? (if 0, overstrike mode is default)
  6. fs 1       cursor can move into free space beyond end of line?
  7. hb 0       strip high bits off characters which are read in?
  8. ab 1       automatic backup of file (create a periodic .BK2 file)?
  9. sv 500     # of keystrokes to wait before doing auto backup
  10. bk 1       Create a .BAK file when exiting?
  11. ai 1       automatic indentation?
  12. bl 0       sound the bell when you are prompted?
  13. er 1       editor waits for a keypress after an error?
  14. pu 0       prompt on <PUT> command?
  15. fg 7       foreground color on PC  (make this 7 if you have a mono card)
  16. bg 0       background color on PC  (make this 0 if you have a mono card)
  17. ns 1       No waiting for horizontal retrace (0 if you have a standard CGA)?
  18. vs 0       vertical scroll - # of line to subtract from window length
  19. hs 40      # of columns for horizontal scroll (must not be 0)
  20. kr 12      keyboard typeamatic rate (default = 12, fastest = 30)
  21. kd 1       keyboard typeamatic delay (default = 1, fasteest = 0)
  22.  
  23.  
  24. This is the configuration file for the ME text editor.
  25.  
  26. There must not be any blank lines at the top of the file.  Likewise,
  27. there should be at least one blank line after the last parameter.
  28.  
  29. The format of each config line is the two letter parameter code, fol-
  30. lowed by the default value, followed by an optional comment.
  31.  
  32. A boolean parameter can take either '1' or 'y' for 'yes', and  '0'  or
  33. 'n' for 'no'. All values are specified in decimal.
  34.  
  35.