Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2025-01-12 16:01:11 +00:00
2 changed files with 7 additions and 3 deletions

2
tty.c
View File

@ -2880,6 +2880,8 @@ tty_check_fg(struct tty *tty, struct colour_palette *palette,
gc->fg &= 7;
if (colours >= 16)
gc->fg += 90;
else if (gc->fg == 0 && gc->bg == 0)
gc->fg = 7;
}
}
return;