mirror of https://github.com/MidnightCommander/mc
Ticket #1597: panel: restore red hilight for broken symlinks
Fix for restore highlighting of stale links. Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
8c5fdee5c2
commit
edab903a19
|
@ -1,8 +1,8 @@
|
|||
[filehighlight]
|
||||
directory=white;
|
||||
executable=brightgreen;
|
||||
symlink=lightgray;
|
||||
stalelink=brightred;
|
||||
symlink=lightgray;
|
||||
device=brightmagenta;
|
||||
special=black;
|
||||
core=red;
|
||||
|
|
Loading…
Reference in New Issue