home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / HP95_100 / UTILITY / VR100 / VR.CFG < prev    next >
Encoding:
Text File  |  1993-12-30  |  1.2 KB  |  54 lines

  1. ; --------------------------------------------------------------------------
  2. ;                                                               gk, 22.12.93
  3. ;                   Vertical Reader : Configuration File
  4. ;
  5. ; --------------------------------------------------------------------------
  6.  
  7. [User]
  8. ; This section will contain your registration information.
  9. ; See REGISTER.DOC for information on how to register VR.
  10. UserName  = 'Unregistered'
  11. Serial    = 0
  12.  
  13. [Options]
  14. ; Invert status window ?
  15. InvStat = 1
  16.  
  17. ; Draw a frame around the text window ?
  18. TextFrame = 1
  19.  
  20. ; Should a text's status information be saved ? 
  21. SaveStatus = 1
  22.  
  23.  
  24. [Patterns]
  25. ; See the description of the search function in VR.DOC for an
  26. ; explanation of these.
  27. ;
  28. P1 = '^#:'
  29. N1 = CIS-Header
  30.  
  31. P2 = '\*END\*'
  32. N2 = 'Gutenb.End'
  33.  
  34. P3 = '[Cc][Hh][Aa][Pp][Tt][Ee][Rr]'
  35. N3 = Chapter
  36.  
  37. P4 = '[Vv][Rr]? *1\.1'
  38. N4 = 'V1.1'
  39.  
  40.  
  41. [Texts]
  42. ; Extensions to display, separate patterns with ';
  43. TextExt = *.txt;*.doc;*.c;*.mes;
  44.  
  45. ; Default font to start with when loading a new text.
  46. DefFont = SPAB0015
  47.  
  48. ; 'Force wrap' strings for various file extensions (See doc)
  49. Wrap.MES = '#:|Sb:|Fm:|To:'
  50.  
  51.