convertViewLineToRawLine abstract method

int convertViewLineToRawLine(
  1. int viewLine
)

converts the given view line (view port line) index to its position in the overall buffer

Implementation

int convertViewLineToRawLine(int viewLine);