Name
DeleteConsoleChr -- delete console character (V10.0)
Synopsis
DeleteConsoleChr()
Platforms
Linux, macOS, Windows

Function
This function deletes the character under the cursor in the current window. All characters to the right on the same line are moved to the left one position and the last character on the line is filled with a blank. The cursor position isn't changed.

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

Inputs
none


Show TOC