procedure EraseFromBOL;
Erases characters from the beginning of the row 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 limited to the current scrolling region.