Method GetCurrentLine | Terminal.Gui v1 (original) (raw)
Namespace
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>