home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / IRIT / IRITS.ZIP / IRIT-UNX.CFG < prev    next >
Encoding:
Text File  |  1990-05-05  |  824 b   |  33 lines

  1. ;The startup file - make it null string if none is needed. This file
  2. ;will be searched along the DOS PATH setup, starting from current directory.
  3. StartFile    "iritinit.irt"
  4.  
  5. ;Colors to objects loaded using LOAD command (if not specified in object
  6. ;itself), for boolean objects results, and primitive objects created.
  7. ;Color are supported only on EGA/VGA system as follows:
  8. ;
  9. ; BLACK         =  0
  10. ; BLUE         =  1
  11. ; GREEN         =  2
  12. ; CYAN         =  3
  13. ; RED         =  4
  14. ; MAGENTA      =  5
  15. ; BROWN         =  6
  16. ; LIGHTGRAY     =  7
  17. ; DARKGRAY     =  8
  18. ; LIGHTBLUE     =  9
  19. ; LIGHTGREEN     =  10
  20. ; LIGHTCYAN     =  11
  21. ; LIGHTRED     =  12
  22. ; LIGHTMAGENTA     =  13
  23. ; YELLOW     =  14
  24. ; WHITE         =  15
  25. ;
  26. LoadColor    1
  27. ICrvColor    14
  28. BoolColor    2
  29. PrimColor    4
  30.  
  31. ;Name of file to save LOGFILE comman output (if empty string NUL: is selected).
  32. LogFile        "irit.log"
  33.