# Functions
EraseLine erases a line from a FileWriter.
EraseLinesAbove erases a line and moves the cursor up from fw, repeated n times.
New creates a new cursor that writes to stderr.
NewWithWriter creates a new cursor that writes to out.
TestEraseLine is POSIX-only since the implementation in the underlying library is completely different on Windows.