startOfLine method

void startOfLine()

Moves the cursor to the start of line.

Implementation

void startOfLine() {
  column = 0;
}