Blinking those horizontal lines to be cleared 
-  Modify your previous TETRIS program.
Since you know which line to print out a mark "->" besides it,
we want to show it in a more advanced way - blink the line before we
clear it.
 -  To make it looks like "blinking", actually we simply turn all the
cells in the
horizontal line to become white, and then turn them to be black.