Table of Contents

Method CSI_SetCursorPosition

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

CSI_SetCursorPosition(int, int)

ESC [ y ; x H - CUP Cursor Position - Cursor moves to x ; y coordinate within the viewport, where x is the column of the y line

public static string CSI_SetCursorPosition(int row, int col)

Parameters

row int

Origin is (1,1).

col int

Origin is (1,1).

Returns

string