summaryrefslogtreecommitdiffstats
path: root/tcsh-6.15.00-ca-color.patch
diff options
context:
space:
mode:
authorvcrhonek <vcrhonek@fedoraproject.org>2009-07-20 13:25:46 +0000
committervcrhonek <vcrhonek@fedoraproject.org>2009-07-20 13:25:46 +0000
commit4dfb4bc7a2b509e66296834f99f03c7f7d7caef7 (patch)
tree42bea76e8307cf31ab0774b06f004db3a041b820 /tcsh-6.15.00-ca-color.patch
parentf8b2e8b2e6adf9b5a1553e16f6c7526e4e4afd47 (diff)
downloadtcsh-rebase-6.19.00-4dfb4bc7a2b509e66296834f99f03c7f7d7caef7.tar.gz
tcsh-rebase-6.19.00-4dfb4bc7a2b509e66296834f99f03c7f7d7caef7.tar.xz
tcsh-rebase-6.19.00-4dfb4bc7a2b509e66296834f99f03c7f7d7caef7.zip
Update to tcsh-6.17.00
Diffstat (limited to 'tcsh-6.15.00-ca-color.patch')
-rw-r--r--tcsh-6.15.00-ca-color.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/tcsh-6.15.00-ca-color.patch b/tcsh-6.15.00-ca-color.patch
index 74d036c..a4f1f85 100644
--- a/tcsh-6.15.00-ca-color.patch
+++ b/tcsh-6.15.00-ca-color.patch
@@ -1,10 +1,10 @@
-diff -up tcsh-6.15.00/tw.color.c.ca-color tcsh-6.15.00/tw.color.c
---- tcsh-6.15.00/tw.color.c.ca-color 2006-03-02 19:46:45.000000000 +0100
-+++ tcsh-6.15.00/tw.color.c 2008-08-29 12:37:53.000000000 +0200
-@@ -85,6 +85,7 @@ static Variable variables[] = {
- VAR(NOS, "tw", ""), /* Sticky and other writable dir (+t,o+w) */
+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 14:35:59.000000000 +0200
++++ tcsh-6.17.00/tw.color.c 2009-07-20 14:36:54.000000000 +0200
+@@ -86,6 +86,7 @@ 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", ""), /* file with capability */
};