libpayload: Enable colors in PDcurses
PDcurses wants set_blink to determine color count. Not exactly obvious. Change-Id: I8b2a32f0095d5900fa7e01f04f3f1d565dc2bedf Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com> Reviewed-on: http://review.coreboot.org/432 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
50dadfb1f8
commit
ba9b09b89a
|
@ -28,5 +28,8 @@ int PDC_curs_set(int visibility)
|
||||||
|
|
||||||
int PDC_set_blink(bool blinkon)
|
int PDC_set_blink(bool blinkon)
|
||||||
{
|
{
|
||||||
|
if (pdc_color_started)
|
||||||
|
COLORS = 16;
|
||||||
|
|
||||||
return ERR;
|
return ERR;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue