From 9dc3515cf005639317fb95492b3157aadf056923 Mon Sep 17 00:00:00 2001 From: Jeff King Date: Thu, 23 Jun 2016 13:40:16 -0400 Subject: color: support strike-through attribute This is the only remaining attribute that is commonly supported (at least by xterm) that we don't support. Let's add it for completeness. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano --- color.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'color.h') diff --git a/color.h b/color.h index e6f82cc3eb..2af1019a60 100644 --- a/color.h +++ b/color.h @@ -17,9 +17,9 @@ struct strbuf; * The space for attributes is also slightly overallocated, as * the negation for some attributes is the same (e.g., nobold and nodim). * - * We allocate space for 6 attributes. + * We allocate space for 7 attributes. */ -#define COLOR_MAXLEN 70 +#define COLOR_MAXLEN 75 /* * IMPORTANT: Due to the way these color codes are emulated on Windows, -- cgit v1.2.3