--- xterm-388/print.c.orig 2023-11-19 09:33:52.171446390 -0600 +++ xterm-388/print.c 2023-11-19 09:37:20.320661869 -0600 @@ -395,6 +395,7 @@ if ((attr & FG_COLOR) && (fg != NO_COLOR)) { if (TScreenOf(xw)->boldColors && fg > 8 + && fg < 16 && (attr & BOLD) != 0) fg -= 8; }