Fixups of SIGWINCH handling.
[midnight-commander.git] / doc / filehighlight.txt
blob364e164f4441415c39f1e6fa6fb03265b9f7cfad
1 Main section [filehighlight] contain key names as highlight groups and values as color pairs
2 color pair described as 'foreground;background'. 'background' may be omited.
4 other sections describe filegroup of highlight.
5 Keys in these groups:
7 type
8     - file type. if present, all other option ignored;
9 regexp
10     - regular expression. If present, 'extensions' option ignored;
11 extensions
12     - list of extensions of files. Separated by ';' sign.
14 'type' key may have values:
16 - FILE - all files.
17   - FILE_EXE
18 - DIR - all directoryes
19   - LINK_DIR
20 - LINK (all links except stale link)
21   - HARDLINK
22   - SYMLINK
23 - STALE_LINK
24 - DEVICE (all device files)
25   - DEVICE_BLOCK
26   - DEVICE_CHAR
27 - SPECIAL (all special files)
28   - SPECIAL_SOCKET
29   - SPECIAL_FIFO
30   - SPECIAL_DOOR