Variable TextPosition.line

line number, zero based

struct TextPosition
{
  // ...
  int line;
  // ...
}