CRT Documentation: Reference |
Deletes the line containing the cursor.
procedure DelLine;
The line containing the cursor is deleted, and all lines below are moved one line up. A new line is added at the bottom.
All character positions are set to blanks with the currently defined text attributes. Thus, if TextBackground is not black, the new line becomes the background color.