From: Jim Meyering Date: Mon, 27 Feb 1995 16:37:54 +0000 (+0000) Subject: (color_indicator[0]): Add missing `['. X-Git-Tag: textutils-1_12_1~274 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9ac5e4ef97855edad52a12ca531e6db1b281ed48;p=thirdparty%2Fcoreutils.git (color_indicator[0]): Add missing `['. --- diff --git a/src/ls.c b/src/ls.c index d4d50558bd..080d6e143e 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 */