public int compareTo(TerminalPosition o) {
   return SnapshotUtils.comparePositions(this, o, false);
 }
 public int getAbsolutePosition(ScreenSize screenSize) {
   return SnapshotUtils.toAbsolutePosition(this, screenSize);
 }