You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would previously "flash" the screen with the terminal's configured
background color between a call to `Backend::clear` and the following
render. This was because the `Backend::clear` command was not "batched"
in with the render (i.e. synchronized output rendering). We can enable
synchronized outputs in the `Backend::clear` callback to batch the
clear together with the following render to avoid the flash.
0 commit comments