return getActualCursor(console.cursorQueue.take());
}
catch (Exception e) {
if(console.settings.isLogging())
console.logger.log(Level.SEVERE, "Failed to find current row with ansi code: ",e);
return new CursorPosition(-1,-1);
}
}
return new CursorPosition(-1,-1);
}