eyeMark14 method

void eyeMark14()

Marks left of console screen to put table in convenient place for to see.

Implementation

void eyeMark14() {
  int pegC = _matrix.length;
  //  boxServe.aHeader(min((boxServe.rc - 2), 14), 0, 'peg');
  //  Lay "screen-watch-anchor"
  aHeader(min((pegC - 2), 14), 0, 'peg');
}