Variable EditorStateInfo.line

cursor position line (1-based)

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