moveWindow

open fun moveWindow(session: TerminalSession, x: Int, y: Int)

Called when the shell requests moving the window.

Parameters

session

session that received the event.

x

target x position in pixels.

y

target y position in pixels.