Displaying 1 result from an estimated 1 matches for "attr_t".
Did you mean:
attr_1
2013 Nov 12
1
syslinux ansi <-> vesa color mapping
...from ANSI to the other color API that works
if a compatible match can be found. In the mean time, I have prepared a simple
patch that fixes a small bug in the existing cindex that ANSI uses. The cindex
is currently uint8_t, which limits the colors VESA mode can use to 256 colors
while the VESA uses attr_t, a uin16_t type. I have patched the ansi.h header to
include the vesa header where this type is exposed and then change the cindex
type to attr_t. This should mean the full table can now be accessed. This does
matter because the default color table size is 274 or so.
-------------- next part ------...