color.c: support bright aixterm colors
authorEyal Soha <shawarmakarma@gmail.com>
Tue, 21 Jan 2020 16:56:22 +0000 (08:56 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Feb 2020 19:17:31 +0000 (11:17 -0800)
commit1751b09a92e176b164a3c5527f0458d5b1154d00
tree67687a31b2e11b3a7d1315179ebd50e9e5376d37
parent4a28eb0ae4fc666291a6a6f84a0605ccb9279278
color.c: support bright aixterm colors

These colors are the bright variants of the 3-bit colors.  Instead of
30-37 range for the foreground and 40-47 range for the background,
they live in 90-97 and 100-107 range, respectively.

Signed-off-by: Eyal Soha <shawarmakarma@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
color.c
t/t4026-color.sh