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
Enable autowrap before writing data to the output in `patch_stdout`. We
enable/disable VT terminal processing during every `flush()` of the Windows
Output implementation, but it turns out that this causes the autowrap flag to
be reset each time. Because of this, we have to enable autowrap each time
before writing.
0 commit comments