Method GetCurrentLine
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>