Hi,

I am porting a 16-bit DOS code which uses the Interrupt 10h
subfunction 9 to Win32.
I am using the Win32API function FillConsoleOutputAttribute(..) and
WriteConsoleOutputCharacter(...) to replace Int10h( sub-func 9) which
writes a character with attributes to the console.
The 7th bit of the byte which goes into ah indicates a blinking
character. But FillConsoleOutputAttribute(..) does not support
blinking.
Any ideas on how to achieve the blinking functionality? I need it to
be extremely optmized.

Thanks,
Nihar