procedure EraseFromBOW;
Erases characters from the beginning of the screen to the current cursor position.
The erasing operation is done by replacing the characters with space characters, using the current colors and attributes. The cursor position is included.
This method is not limited to the current scrolling region; it applies to the whole screen.