color: remove unneeded bright comparision to prevent duplicate pairs

Signed-off-by: Brand Huntsman <alpha@qzx.com>
master
Brand Huntsman 2018-03-04 14:49:28 -07:00 committed by Benno Schulenberg
parent e4cef3086b
commit 03bc19fd0c
1 changed files with 1 additions and 2 deletions

View File

@ -90,8 +90,7 @@ void set_colorpairs(void)
const colortype *beforenow = sint->color;
while (beforenow != ink && (beforenow->fg != ink->fg ||
beforenow->bg != ink->bg ||
beforenow->bright != ink->bright))
beforenow->bg != ink->bg))
beforenow = beforenow->next;
if (beforenow != ink)