From 69410690b8b9838b190c1eaf7d0fa9634e991903 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jaros=C5=82aw=20Gruca?= Date: Wed, 4 Mar 2015 11:44:58 +0000 Subject: [PATCH] maint: update stale comment about ls color sequences * src/ls.c (color_indicator[C_END]): Comment with the correct sequence, which was used since commit v6.10-61-g483297d Fixes http://bugs.gnu.org/19992 --- src/ls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ls.c b/src/ls.c index 4698520745..19522360aa 100644 --- a/src/ls.c +++ b/src/ls.c @@ -580,7 +580,7 @@ static struct bin_str color_indicator[] = { { LEN_STR_PAIR ("\033[") }, /* lc: Left of color sequence */ { LEN_STR_PAIR ("m") }, /* rc: Right of color sequence */ - { 0, NULL }, /* ec: End color (replaces lc+no+rc) */ + { 0, NULL }, /* ec: End color (replaces lc+rs+rc) */ { LEN_STR_PAIR ("0") }, /* rs: Reset to ordinary colors */ { 0, NULL }, /* no: Normal */ { 0, NULL }, /* fi: File: default */ -- 2.47.2