Table of Contents

Method Move

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Move(int, int)

Updates the column and row to the specified location in the buffer.

void Move(int col, int row)

Parameters

col int

The column to move to.

row int

The row to move to.