Clears all characters from the cursor position to the end of the line
without moving the cursor from it's initial position.
Declaration:
procedure ClrEOL;
Remarks:
All character positions are set to blanks with the currently defined
text attributes. Thus, if TextBackground is not black,
the current cursor position to the right edge becomes the background color.