setSynchronizedOutput method
Sets whether rendered frames should use synchronized terminal updates.
When enabled, compatible terminals buffer a frame and present it atomically, which can reduce visible tearing during rapid redraws.
Implementation
void setSynchronizedOutput(bool v) {
_renderer.setSynchronizedOutput(v);
}