]> git.ipfire.org Git - thirdparty/git.git/commit - color.h
color: support "italic" attribute
authorJeff King <peff@peff.net>
Thu, 23 Jun 2016 17:39:07 +0000 (13:39 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Jun 2016 18:32:51 +0000 (11:32 -0700)
commit54590a0eda10ecfdc39398d662ab3f663491067e
tree9c87874d0eda60f8b17ef68274c1fa5a4ec3a5b8
parent5621068f3d3c537b79b76201928c0b06025479ee
color: support "italic" attribute

We already support bold, underline, and similar attributes.
Let's add italic to the mix.  According to the Wikipedia
page on ANSI colors, this attribute is "not widely
supported", but it does seem to work on my xterm.

We don't have to bump the maximum color size because we were
already over-allocating it (but we do adjust the comment
appropriately).

Requested-by: Simon Courtois <scourtois@cubyx.fr>
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
color.c
color.h
t/t4026-color.sh