home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / 4utils83.zip / 4UTILS.SMP < prev    next >
Text File  |  1994-04-28  |  4KB  |  109 lines

  1. ;
  2. ; 4UTILS.INI - Settings for 4DESC and 4FF.
  3. ;
  4. ; Values shown are defaults.
  5.  
  6. ; The following variables are taken from the 4DOS.INI initialization file:
  7. ; (see the 4DOS help screen for a full explanation)
  8. ; These are site specific, so these values are examples.
  9.  
  10. EditMode  = overstrike  ; Insert or overstrike mod at start.
  11. CursorOver= 100         ; Size of overstrike cursor in %
  12. CursorIns =  10         ; Size of insert     cursor in %
  13. ampm      = no          ; Show time in am/pm format.
  14.  
  15. [DateAndTimeFormats]
  16. DateFormat= mmddyy      ; Valid entries are:
  17.                         ;  ddmmyy,   mmddyy,  yymmdd, or ddMMMyy, eg
  18.                         ; 7.10.92, 10-07-92, 92/10/7, or  7Oct92
  19. DateSep   = -           ; Date separator is a hyphen (mm-dd-yy)
  20. TimeFormat= 12          ; Valid entries are: 12 (am/pm) or 24 (24 hours)
  21. TimeSep   = :           ; Time separator is a colon  (hh:mm)
  22. MilleSep  = ,           ; xxx,xxx
  23.                         ;
  24.                         ; The values in the DateAndTimeFormats section
  25.                         ; are in fact country specific and will be loaded
  26.                         ; according to the COUNTRY-code line in your
  27.                         ; config.sys file.
  28.  
  29. [ColorDisplay]
  30. ;
  31. ; Color Definitions for color displays
  32. ;
  33. ; The color names are:
  34. ;
  35. ; Black     , DarkGray
  36. ; Blue      , LightBlue
  37. ; Green     , LightGreen
  38. ; Cyan      , LightCyan
  39. ; Red       , LightRed
  40. ; Magenta   , LightMagenta
  41. ; Brown     , Yellow
  42. ; LightGray , White
  43. ;
  44. ; (case is not significant)
  45. ;
  46. StatusFg = Blue         ; Status line foreground color
  47. StatusBg = Cyan         ; Status line background color
  48. DirFg    = LightCyan    ; Directories are shown in DirFg on NormBg
  49. SelectFg = Blue         ; Select bar foreground color
  50. SelectBg = Cyan         ; Select bar background color
  51. HighFg   = LightRed     ; Highlighted foreground, used for Cut & Edit prompts
  52. NormFg   = LightGray    ; Normal foreground color
  53. NormBg   = Blue         ; Normal background color
  54. WarnFg   = Yellow       ; Foreground for warning messages
  55. WarnBg   = Cyan         ; Background for warning messages
  56.  
  57. [MonoDisplay]
  58. ;
  59. ; "Color" definitions for monochrome displays
  60. ;
  61. StatusFg = Black
  62. StatusBg = LightGray
  63. DirFg    = White
  64. SelectFg = Black
  65. SelectBg = LightGray
  66. HighFg   = LightGray
  67. NormFg   = LightGray
  68. NormBg   = Black
  69. WarnFg   = Black
  70. WarnBg   = White
  71.  
  72. [GeneralDisplay]
  73. ;
  74. LeftJust = no           ; Do not left justify file extensions
  75. FullSize = no           ; Use nnK abbreviation for file size
  76. Viewer   = list         ; Default file viewer program
  77. Editor   = edit         ; Default text editor program
  78. Hidden   = no           ; do not show hidden files
  79. SortCriteria=name       ; other valid entries are:
  80.                         ; name     -- sort by name
  81.                         ; ext      --  "   "  extension
  82.                         ; size     --  "   "  size
  83.                         ; date     --  "   "  date
  84.                         ; rev-name -- reverse sort by name
  85.                         ; rev-ext  --   "      "   "  extension
  86.                         ; rev-size --   "      "   "  size
  87.                         ; rev-date --   "      "   "  date
  88. [Misc]
  89. ;
  90. ; Word separators recognized by Ctrl-Left  (move to previous word)
  91. ;                               Ctrl-Right (move to next     word)
  92. ;
  93. Delimiters=,.;:!?/[]{}+*='"@%&$_£
  94. PasteMovesToNextIndex=Yes ; When pasting a description line, the bar
  95.                           ; normally moves to the next line (old behaviour).
  96.                           ; Set PasteMovesToNextIndex=No to suppress this.
  97.  
  98. [Mouse]
  99. ;
  100. ; These options are _speed-dependent_ ! Change it till the mouse
  101. ; movements become smooth.
  102. ;
  103. VMickeysPerKeypress=2   ; 2 vertical mickeys ("mouse steps") equal 1 line
  104. HMickeysPerKeypress=2   ; 2 horizontal mickeys equal 1 character
  105.  
  106. [4FF]
  107. DoPage=Yes              ; show "-- more --" message after a page
  108. HilightMore=Yes         ; hilights "-- more --" message
  109.