Commit 03bc19fd authored by Brand Huntsman's avatar Brand Huntsman Committed by Benno Schulenberg
Browse files

color: remove unneeded bright comparision to prevent duplicate pairs

Signed-off-by: default avatarBrand Huntsman <alpha@qzx.com>
parent e4cef308
Showing with 1 addition and 2 deletions
+1 -2
......@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment