Support 24 bit color for Unicode symbols

This commit is contained in:
Ray Chason
2022-10-09 08:59:20 -04:00
parent 98a145db95
commit 613828f5dd
2 changed files with 29 additions and 12 deletions
+1
View File
@@ -476,6 +476,7 @@ tty_start_screen(void)
void
gr_init(void)
{
windowprocs.wincap2 &= ~WC2_U_24BITCOLOR;
#ifdef SCREEN_VGA
if (iflags.usevga) {
vga_Init();