From dbe5fd93a7f29a6f800d470fff3c1b946ec3fdb4 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 6 May 2008 16:01:18 +0000 Subject: 24951: implement ZLS_COLORS ln=target --- Src/Zle/comp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Src/Zle/comp.h') 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 */ -- cgit 1.4.1