@nightgrey/ansi
    Preparing search index...

    Variable LineFeedNewLineModeConst

    LineFeedNewLineMode: ANSIMode = ...

    Line Feed/New Line Mode (LNM) is a mode that determines whether the terminal interprets the line feed character as a new line.

    When enabled, the terminal interprets the line feed character as a new line. When disabled, the terminal interprets the line feed character as a line feed.

    A new line moves the cursor to the first position of the next line. A line feed moves the cursor down one line without changing the column scrolling the screen if necessary.