Commit 55cde3e
committed
Fix line wrapping in
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.patch_stdout on Windows.1 parent 857af14 commit 55cde3e
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
206 | 213 | | |
207 | 214 | | |
208 | 215 | | |
| |||
0 commit comments