Nudge the cursor n characters forward or backward. Returns true if the new position is in bounds.
n
true
bool seek([int n = 1]) { position += n; return inBounds; }