2009-07-20 13:25:46 +00:00
|
|
|
diff -up tcsh-6.17.00/tw.color.c_old tcsh-6.17.00/tw.color.c
|
|
|
|
--- tcsh-6.17.00/tw.color.c_old 2009-07-20 15:14:22.000000000 +0200
|
|
|
|
+++ tcsh-6.17.00/tw.color.c 2009-07-20 15:15:26.000000000 +0200
|
|
|
|
@@ -87,6 +87,7 @@ static Variable variables[] = {
|
2009-03-02 14:11:52 +00:00
|
|
|
VAR(NOS, "st", ""), /* Sticky dir (+t) but not other writable */
|
2009-07-20 13:25:46 +00:00
|
|
|
VAR(NOS, "rs", "0"), /* Reset to normal color */
|
2009-03-02 14:11:52 +00:00
|
|
|
VAR(NOS, "ca", ""), /* file with capability */
|
|
|
|
+ VAR(NOS, "hl", ""), /* Hardlink */
|
|
|
|
};
|
|
|
|
|
|
|
|
enum FileType {
|