clearFen method

void clearFen()

force refresh fenstr(usually after batch of moves)

Implementation

void clearFen() {
  _fen = '';
}