summaryrefslogtreecommitdiff
path: root/Src/Zle/comp.h
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-05-06 16:01:18 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-05-06 16:01:18 +0000
commitdbe5fd93a7f29a6f800d470fff3c1b946ec3fdb4 (patch)
tree8adafc6ea84f9a9e1dff5ec5d48a7d57abae5855 /Src/Zle/comp.h
parentda037f7393b55680ad913d96affd157fe0ab550a (diff)
downloadzsh-dbe5fd93a7f29a6f800d470fff3c1b946ec3fdb4.tar.gz
zsh-dbe5fd93a7f29a6f800d470fff3c1b946ec3fdb4.zip
24951: implement ZLS_COLORS ln=target
Diffstat (limited to 'Src/Zle/comp.h')
-rw-r--r--Src/Zle/comp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/Zle/comp.h b/Src/Zle/comp.h
index 1b1530492..bcad3df05 100644
--- a/Src/Zle/comp.h
+++ b/Src/Zle/comp.h
@@ -114,6 +114,8 @@ struct cmatch {
int gnum; /* global number */
mode_t mode; /* mode field of a stat */
char modec; /* LIST_TYPE-character for mode or nul */
+ mode_t fmode; /* mode field of a stat, following symlink */
+ char fmodec; /* LIST_TYPE-character for fmode or nul */
};
#define CMF_FILE (1<< 0) /* this is a file */