Tushar
Tushar
@ajmandourah >I assume you are sshing or using wsl right? Ohh.. yeah I forgot to mention it only works when using nvim under wsl.
Ideally, I would want any `NewTerminal.exe` that is able to draw undercurls to support them in neovim out of the box. They shouldn't have to request special handling from Neovim...
I should mention that one can _safely_ do feature detection for undercurl and colored underlines support with [DECRQSS](https://vt100.net/docs/vt510-rm/DECRQSS.html) and [DECRPSS](https://vt100.net/docs/vt510-rm/DECRPSS.html). This was taken into consideration while implementing these features for...
@ajmandourah Thanks for doing this! An important point we need to discuss is Have you tested this on terminals that do not support colored underlines (`SGR 58/59`) and extended underline...
So, what we are looking for is to get _left_ to work as _middle_ with the current changeset. Can we (as a user) edit `Smulx` (or something similar) to get...
> You are probably right but the question is if we really need to do so. I think we need it because it's considered as a breaking change for unsupported...
@jiayingqi Does the wsl itself hang or just the docker? There is an issue with WSL, if pc sleeps, then after waking up, WSL itself might hang forever until it's...
In my brief testing, it looks like this is a window size dependent issue. It only occurs if the window size is sufficiently big. https://github.com/microsoft/terminal/assets/55626797/63fc2e2d-b44a-4ba1-8ccd-bca6a157584e
If I set the opacity to anything but 100%, the issue disappears! @lhecker If I force `useAlpha` to be true, it seems to solve the issue but it also takes...
Same issue, here is the 'Report bug' zip: [PowerToysReport_2023-02-02-12-35-47.zip](https://github.com/microsoft/PowerToys/files/10566088/PowerToysReport_2023-02-02-12-35-47.zip) Just find out the new version (0.67) from the github release page without ever getting prompted for an update, "check for...