moveWindow

abstract fun moveWindow(x: Int, y: Int)

Moves the terminal window to the specified screen coordinates in pixels.

Parameters

x

The target x-coordinate on the screen.

y

The target y-coordinate on the screen.