Language:
Русский
English
InsLine (procedure) (Crt unit)
Inserts an empty line at the cursor position.
Declaration
procedure InsLine;
Target
Real, Protected
Remarks
All lines below the inserted line are moved down one line, and the bottom line scrolls off the screen (using the BIOS scroll routine).
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.