home *** CD-ROM | disk | FTP | other *** search
- ; --------------------------------------------------------------------------
- ; gk, 22.12.93
- ; Vertical Reader : Configuration File
- ;
- ; --------------------------------------------------------------------------
-
- [User]
- ;
- ; This section will contain your registration information.
- ; See REGISTER.DOC for information on how to register VR.
- ;
- UserName = 'Unregistered'
- Serial = 0
-
- [Options]
- ;
- ; Invert status window ?
- InvStat = 1
-
- ; Draw a frame around the text window ?
- TextFrame = 1
-
- ; Should a text's status information be saved ?
- SaveStatus = 1
-
-
- [Patterns]
- ; See the description of the search function in VR.DOC for an
- ; explanation of these.
- ;
- P1 = '^#:'
- N1 = CIS-Header
-
- P2 = '\*END\*'
- N2 = 'Gutenb.End'
-
- P3 = '[Cc][Hh][Aa][Pp][Tt][Ee][Rr]'
- N3 = Chapter
-
- P4 = '[Vv][Rr]? *1\.1'
- N4 = 'V1.1'
-
-
- [Texts]
- ; Extensions to display, separate patterns with ';
- TextExt = *.txt;*.doc;*.c;*.mes;
-
- ; Default font to start with when loading a new text.
- DefFont = SPAB0015
-
- ; 'Force wrap' strings for various file extensions (See doc)
- Wrap.MES = '#:|Sb:|Fm:|To:'
-
-