Raffaello / sdl2-vga-terminal

SDL2 VGA Terminal
MIT License
6 stars 1 forks source link

[VgaTerminal] char blinking feature #134

Open Raffaello opened 4 years ago

Raffaello commented 4 years ago

design the char blinking functionality.

can be done as a first draft like the cursor blinking implementation patter...

the only difference is that each terminalChar_t struct has one extra bool field like blinking.

changing that struct, will brake minor version....

there could be workaround to keep it in a minor version enanchement, but would not be nice ....

So just do

and then move to version 1.0.x