Variable LineSpan.start

start index of line

struct LineSpan
{
  // ...
  int start;
  // ...
}