summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tty.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/tty.c b/tty.c
index 1658fb74..f8abb17a 100644
--- a/tty.c
+++ b/tty.c
@@ -2374,10 +2374,7 @@ tty_check_fg(struct tty *tty, struct window_pane *wp, struct grid_cell *gc)
gc->fg &= 7;
if (colours >= 16)
gc->fg += 90;
- else
- gc->attr |= GRID_ATTR_BRIGHT;
- } else
- gc->attr &= ~GRID_ATTR_BRIGHT;
+ }
}
return;
}