static int charToLineIndex(S text, int charIndex) {
  ret charIndexToUserLandLineNr(text, charIndex)-1;
}