Table of Contents

Method GetCurrentLine

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

GetCurrentLine()

Returns the characters on the current line (where the cursor is positioned). Use CurrentColumn to determine the position of the cursor within that line

public List<Rune> GetCurrentLine()

Returns

List<Rune>