237dmitry
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: 
> this only happens when you're changing colors  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" } ``` 
> 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? 