237dmitry

Results 245 comments of 237dmitry

Try to play with: `experimental.rendering.forceFullRepaint` true or false (default) `experimental.rendering.software` true or false (default)

> The terminal is buffering I did not compile your example code. Just run simple while() https://user-images.githubusercontent.com/78153320/152358146-11826aba-be23-46be-9a0b-067e787c0fbb.mp4

> The terminal is buffering in continuous printing >> You're not actually printing the same thing... ???

Everything seems to be fine: ![aaa](https://user-images.githubusercontent.com/78153320/110034670-ca00c780-7d4b-11eb-9b16-d81cc64cd77d.png)

> this only happens when you're changing colors ![bbb](https://user-images.githubusercontent.com/78153320/110037228-2b766580-7d4f-11eb-8b5b-a00771b3b19b.png) May be this is "fish"-behavior

Something like this? ```powershell Get-Childitem C:\ -Directory | Foreach-Object { Write-Host " `e[34m`e]8;;file://$($_.FullName)`e\$($_.Name)`e]8;;`e[0m" } ``` ![hl](https://user-images.githubusercontent.com/78153320/190384083-79b350e0-583c-4419-a4e6-dff2dce3bd9d.png)

> what will happen if you click on the link to a file or folder? I haven't tested much. The behavior is as if you click a file or a...

On Linux works too, it opens files and folders in default applications according mime-types except executables or desktop-files: ```powershell Get-Childitem /some/dir | Foreach-Object { Write-Host " `e[4;34m`e]8;;file://$($_.FullName)`e`\$($_.Name)`e]8;;`e`\`e[0m" } ``` PS....

Why do you expect this ( `*` ) output? ![1_001](https://user-images.githubusercontent.com/78153320/188745533-a76b2437-f26a-4592-bb4a-10eb70ce2339.png)