about summary refs log tree commit diff
path: root/Doc/Zsh/mod_complist.yo
diff options
context:
space:
mode:
authorAndrey Borzenkov <bor@users.sourceforge.net>2008-04-20 06:41:22 +0000
committerAndrey Borzenkov <bor@users.sourceforge.net>2008-04-20 06:41:22 +0000
commit79ea3a171700f7e50e13dd79f473e33f26fd6ac1 (patch)
tree127183958b308f41b7065648a539932466a0a28a /Doc/Zsh/mod_complist.yo
parent23bbf18d41e0afd28bc97edf8941d5d783c3bd8e (diff)
downloadzsh-79ea3a171700f7e50e13dd79f473e33f26fd6ac1.tar.gz
zsh-79ea3a171700f7e50e13dd79f473e33f26fd6ac1.tar.xz
zsh-79ea3a171700f7e50e13dd79f473e33f26fd6ac1.zip
24851: support colour codes for from current GNU ls
Diffstat (limited to 'Doc/Zsh/mod_complist.yo')
-rw-r--r--Doc/Zsh/mod_complist.yo26
1 files changed, 23 insertions, 3 deletions
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)