2009-06-29 17:28:15 +02:00
|
|
|
--- tw.color.c
|
2010-02-18 16:59:51 +01:00
|
|
|
+++ tw.color.c 2009-06-23 08:59:29.609901731 +0000
|
|
|
|
@@ -86,6 +86,9 @@ static Variable variables[] = {
|
2009-06-29 17:28:15 +02:00
|
|
|
VAR(NOS, "ow", ""), /* Other writable dir (o+w) but not sticky */
|
|
|
|
VAR(NOS, "st", ""), /* Sticky dir (+t) but not other writable */
|
2010-02-18 16:59:51 +01:00
|
|
|
VAR(NOS, "rs", "0"), /* Reset to normal color */
|
2009-06-29 17:28:15 +02:00
|
|
|
+ VAR(NOS, "ca", ""), /* Capability */
|
|
|
|
+ VAR(NOS, "hl", ""), /* Hardlink */
|
|
|
|
+ VAR(NOS, "cl", ""), /* CLRTOEOL */
|
|
|
|
};
|
|
|
|
|
|
|
|
enum FileType {
|