retreat method

void retreat()

Retreats the reading position by one line.

Implementation

void retreat() {
  _pos--;
}