summaryrefslogtreecommitdiffstats
path: root/contrib/tcsh/tw.color.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tcsh/tw.color.c')
-rw-r--r--contrib/tcsh/tw.color.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/tcsh/tw.color.c b/contrib/tcsh/tw.color.c
index c718554..f0a2cca 100644
--- a/contrib/tcsh/tw.color.c
+++ b/contrib/tcsh/tw.color.c
@@ -1,4 +1,4 @@
-/* $Header: /src/pub/tcsh/tw.color.c,v 1.11 2002/06/25 19:02:11 christos Exp $ */
+/* $Header: /src/pub/tcsh/tw.color.c,v 1.12 2004/01/23 16:21:33 christos Exp $ */
/*
* tw.color.c: builtin color ls-F
*/
@@ -32,7 +32,7 @@
*/
#include "sh.h"
-RCSID("$Id: tw.color.c,v 1.11 2002/06/25 19:02:11 christos Exp $")
+RCSID("$Id: tw.color.c,v 1.12 2004/01/23 16:21:33 christos Exp $")
#include "tw.h"
#include "ed.h"
@@ -346,7 +346,7 @@ print_with_color(filename, len, suffix)
xputchar(suffix);
}
else
- xprintf("%S%c", filename, suffix);
+ xprintf("\045S%c", filename, suffix);
}
OpenPOWER on IntegriCloud