8ca3d3c0f3
OBS-URL: https://build.opensuse.org/package/show/shells/tcsh?expand=0&rev=6eda0af767546d82eace32504fe56735
13 lines
461 B
Plaintext
13 lines
461 B
Plaintext
--- tw.color.c
|
|
+++ tw.color.c 2009-06-23 08:59:29.609901731 +0000
|
|
@@ -86,6 +86,9 @@ static Variable variables[] = {
|
|
VAR(NOS, "ow", ""), /* Other writable dir (o+w) but not sticky */
|
|
VAR(NOS, "st", ""), /* Sticky dir (+t) but not other writable */
|
|
VAR(NOS, "rs", "0"), /* Reset to normal color */
|
|
+ VAR(NOS, "ca", ""), /* Capability */
|
|
+ VAR(NOS, "hl", ""), /* Hardlink */
|
|
+ VAR(NOS, "cl", ""), /* CLRTOEOL */
|
|
};
|
|
|
|
enum FileType {
|