Raffaello / sdl2-vga-terminal

SDL2 VGA Terminal
MIT License
6 stars 1 forks source link

[VgaTerminal] 0 char (null char) has not to be rendered but just skipped #173

Open Raffaello opened 4 years ago

Raffaello commented 4 years ago

otherwise has no difference with a space.

it will increase performance if zero is found, never render for real, but just change the render flag to true.

consider when writing a zero in a non-zero cell what should do.

reset that cell? or do nothing? these are the question to consider first.