mirror of https://github.com/MidnightCommander/mc
Merge branch '1597_fix_stale_link'
* 1597_fix_stale_link: Ticket #1597: panel: restore red hilight for broken symlinks
This commit is contained in:
commit
c66f62045d
|
@ -1,8 +1,8 @@
|
||||||
[filehighlight]
|
[filehighlight]
|
||||||
directory=white;
|
directory=white;
|
||||||
executable=brightgreen;
|
executable=brightgreen;
|
||||||
symlink=lightgray;
|
|
||||||
stalelink=brightred;
|
stalelink=brightred;
|
||||||
|
symlink=lightgray;
|
||||||
device=brightmagenta;
|
device=brightmagenta;
|
||||||
special=black;
|
special=black;
|
||||||
core=red;
|
core=red;
|
||||||
|
|
Loading…
Reference in New Issue