Skip to content
Snippets Groups Projects

DD arc viewer & upload processor: Refactor of how the configuration files are read. Arc viewer: Control characters are no longer needed for color settings.

7 files
+ 317
452
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -15,21 +15,21 @@ maxTextFileSize=5M
[COLORS]
; The "Archive:" text
archiveFilenameHdrText=nwh
archiveFilenameHdrText=nwh
; Archive filename
archiveFilename=ngh
archiveFilename=ngh
; The column header line above the file list
headerLine=nyh
headerLine=nyh
; The line between the header line and the file list
headerSeparatorLine=nkh
headerSeparatorLine=nkh
; File numbers
fileNums=nmh
fileNums=nmh
; File information columns
fileSize=nw
fileDate=ng
fileTime=nr
filename=nc
fileSize=nw
fileDate=ng
fileTime=nr
filename=nc
; For subdirectories
subdir=ngh
subdir=ngh
; For lightbar mode, highlighted filenames will have this color:
highlightedFile=n4wh4
\ No newline at end of file
highlightedFile=nwh4
\ No newline at end of file
Loading