mirror of
https://github.com/git/git.git
synced 2026-01-10 01:56:42 +00:00
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 <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
54590a0eda
commit
9dc3515cf0
4
color.h
4
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,
|
||||
|
||||
Reference in New Issue
Block a user