TApxTerminalBuffer.UseNewLineMode

TApxTerminalBuffer

property UseNewLineMode : Boolean 

Defines what the DoLineFeed method does.

If UseNewLineMode is False, DoLineFeed moves the cursor down one row, scrolling if necessary. The cursor stays in the same column.

If UseNewLineMode is True, DoLineFeed moves the cursor down one row, scrolling if necessary. The cursor is moved to the first column of the new row.

See also: DoLineFeed