libpayload: Enable colors in PDcurses
[coreboot.git] / payloads / libpayload / curses / pdcurses-backend / pdcsetsc.c
index 49d66abcb9e5506b4730055593b2fe619a5d5f54..f0e83cf3cfbb4d51c781a311759e84925acf98fa 100644 (file)
@@ -28,5 +28,8 @@ int PDC_curs_set(int visibility)
 
 int PDC_set_blink(bool blinkon)
 {
+       if (pdc_color_started)
+               COLORS = 16;
+
        return ERR;
 }