ajmandourah

Results 46 comments of ajmandourah

I can confirm that undercurl is working in Windows terminal . Legacy terminals renders an underline (the expected behaviour for unsupported terminals) . I must say this implementation is much...

Thank you BTW for your time and for reviewing @zeertzjq . And sorry for the mess created earlier on.

@tusharsnx You are right. here is a comparision left: with current modification. current windows terminal (underline styles + colors not supported yet) middle: with old terminfo. current windows terminal (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...

Fair. Do you happen to know what terminals other than the mentioned above ? i will try to test them out and see how they react . To be honest...

Turns out the latest windows terminal stable Windows Terminal Version: 1.19.10302.0 is already supporting colorized underlines. (my laptop was outdated and refused to update from the app store. a manual...

> Enabling this unconditionally doesn't seem ideal. Is it possible for a program running in Windows Terminal to get the version of the terminal? There is `wt -v`. Will come...

After reading around in the Windows terminal (WT) repo, it seems like when running WT will set the env variable `%WT_SESSION%`. neovim can probably look it up and set the...

Added another builtin fallback win-term terminfo which is mainly for WT. I modified the terminfo.c with the following : ```c++ } else if (terminfo_is_term_family(term, "vtpcon") && getenv("WT_SESSION")) { *termname =...

> [microsoft/terminal#8303](https://github.com/microsoft/terminal/issues/8303) mentions `ms-terminal` as the terminfo name. ~will change the name to ms-terminal.~ I am getting a conflict as ms-terminal already exist in the terminfo database. I dunno if...