From 79ea3a171700f7e50e13dd79f473e33f26fd6ac1 Mon Sep 17 00:00:00 2001 From: Andrey Borzenkov Date: Sun, 20 Apr 2008 06:41:22 +0000 Subject: 24851: support colour codes for from current GNU ls --- Doc/Zsh/mod_complist.yo | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) (limited to 'Doc') diff --git a/Doc/Zsh/mod_complist.yo b/Doc/Zsh/mod_complist.yo index c03ca81de..9d3e68dc9 100644 --- a/Doc/Zsh/mod_complist.yo +++ b/Doc/Zsh/mod_complist.yo @@ -51,11 +51,31 @@ for block devices item(tt(cd 44;37))( for character devices ) -item(tt(ex 35))( -for executable files +item(tt(or) var(none))( +for a symlink to nonexistent file (default is the value defined for tt(fi)); +this code is currently not used ) item(tt(mi) var(none))( -for a non-existent file (default is the value defined for tt(fi)) +for a non-existent file (default is the value defined for tt(fi)); this code +is currently not used +) +item(tt(su 37;41))( +for files with setuid bit set +) +item(tt(sg 30;43))( +for files with setgid bit set +) +item(tt(tw 30;42))( +for world writable directories with sticky bit set +) +item(tt(ow 34;43))( +for world writable directories without sticky bit set +) +item(tt(st 37;44))( +for directories with sticky bit set but not world writable +) +item(tt(ex 35))( +for executable files ) item(tt(lc \e[))( for the left code (see below) -- cgit 1.4.1