Name
MoveConsoleWindow -- move console window (V10.0)
Synopsis
MoveConsoleWindow(id, x, y)
Platforms
Linux, macOS, Windows

Function
This function moves the console window specified by id to the position specified by x and y. This position must be in characters and it must not be off-screen.

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

Inputs
id
id of the console window to move
x
desired x position for the window
y
desired y position for the window

Show TOC