Ensures multiple ANSI writes are not interleaved with other terminal output.
public void WriteAtomic(Action<AnsiWriter> write)
The write callback that receives an AnsiWriter.