Name
DeleteConsoleLine -- delete console line (V10.0)
Synopsis
DeleteConsoleLine()
Platforms
Linux, macOS, Windows

Function
This function deletes the line under the cursor in the current window. All lines below the current line are moved up one line. The bottom line of the window is cleared. The cursor position does not change.

You must enable advanced console mode using EnableAdvancedConsole() before you can use this function. See EnableAdvancedConsole for details.

Inputs
none


Show TOC