summaryrefslogtreecommitdiff
path: root/src/ls.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-02-27 16:37:54 +0000
committerJim Meyering <jim@meyering.net>1995-02-27 16:37:54 +0000
commit9ac5e4ef97855edad52a12ca531e6db1b281ed48 (patch)
tree80e365e8007548ce793482b81c3b75d8b1b338db /src/ls.c
parent2b4f9ff60995a22f4480cd2758cc59e7b2175d69 (diff)
downloadcoreutils-9ac5e4ef97855edad52a12ca531e6db1b281ed48.tar.xz
(color_indicator[0]): Add missing `['.
Diffstat (limited to 'src/ls.c')
-rw-r--r--src/ls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ls.c b/src/ls.c
index d4d50558b..080d6e143 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -346,7 +346,7 @@ struct indicator_type
static struct indicator_type color_indicator[] =
{
- {LEN_STR_PAIR ("\033")}, /* lc: Left of color sequence */
+ {LEN_STR_PAIR ("\033[")}, /* lc: Left of color sequence */
{LEN_STR_PAIR ("m")}, /* rc: Right of color sequence */
{LEN_STR_PAIR ("\033[0m")}, /* ec: End color */
{LEN_STR_PAIR ("0")}, /* fi: File: default */