home *** CD-ROM | disk | FTP | other *** search
- PATH \FPC\NEWZ ; file search path
- DEFEXT TXT ; default file extension if none specified
- DELIMS " " ; browse word delimiter max 32chars. "" " includes quote char
- SPECS *.TXT;\FPC\NEWZ\ZHELP.TXT ; index compiler specs.
- *GLOBAL . ; (disabled) do global index, starting with . (cur) dir
- LASERJET ; HP LASERJET printer support, else default to PROPRINT
- SWAPEMM ON ; enable swap to EMM on shell to DOS, prefered ON|OFF
- *SWAPFILE ZIMAGE.$$$ ; allow swap to disk on shell to DOS,
- ; normally a ramdrive is used (disabled)
- BACKUP ON ; we want to keep backup files of our edit sessions
- AFTER 0 ; start looking after column 0
- BEFORE 132 ; stop looking at column 132
- STOPAT \ ; stop looking when ";" found
- WRAP ON ; enable word-wrap & auto right margin calc. ON|OFF|20-132
- TABX ON ; set tab expansion ON|OFF.
- TABSIZE 8 ; set tab expansion to every 8 chars. 1-40
- COLOR 0 1 15 ; normal text attribs: blue=bg, white=fg
- COLOR 1 2 0 ; menubar: green=bg, black=fg
- COLOR 2 4 15 ; warning messages: red=bg, white=fg
- COLOR 3 9 7 ; trailing text: gray=bg, white=fg
- COLOR 4 4 15 ; menu corner labels: red=bg, white=fg
- TYPE 0 "°" ; index compiler command
- ; ; stop looking at file
-
-