CRT Documentation: Reference

InsLine

Inserts an empty line at the cursor position.

procedure InsLine;

Parameters

This procedure has no parameters.

Remarks

All lines below the inserted line are moved down one line, and the bottom line scrolls off the screen.

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.

See Also

Crt Overview, DelLine, Window