aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 */