Table of Contents

Method CSI_AppendCursorPosition

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

CSI_AppendCursorPosition(StringBuilder, 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 void CSI_AppendCursorPosition(StringBuilder builder, int row, int col)

Parameters

builder StringBuilder

StringBuilder where to append the cursor position sequence.

row int

Origin is (1,1).

col int

Origin is (1,1).