--- tcsh-6.14.00/tw.color.c.orig 2005-03-03 18:40:53 +0200 +++ tcsh-6.14.00/tw.color.c 2005-11-22 10:12:37 +0200 @@ -73,6 +73,16 @@ VAR(NOS, "fi", "0"), /* Regular file */ VAR(NOS, "no", "0"), /* Normal (non-filename) text */ VAR(NOS, "mi", ""), /* Missing file (defaults to fi) */ + VAR(NOS, "su", "37;41"), /* File that is setuid (u+s) */ + VAR(NOS, "sg", "30;43"), /* File that is setgid (g+s) */ + VAR(NOS, "tw", "30;42"), /* Dir that is sticky and other-writable (+t,o+w) */ + VAR(NOS, "ow", "34;42"), /* Dir that is other-writable (o+w) and not sticky */ + VAR(NOS, "st", "37;44"), /* Dir with the sticky bit set (+t) and not other-writable */ + VAR(NOS, "ex", "01;32"), /* File with execute permission */ + VAR(NOS, "ca", ""), /* File with capability */ + VAR(NOS, "hl", ""), /* Hardlink */ + VAR(NOS, "mh", ""), /* MULTIHARDLINK */ + VAR(NOS, "cl", ""), /* CLRTOEOL */ #ifdef IS_ASCII VAR(NOS, "lc", "\033["), /* Left code (ASCII) */ #else