-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding text styles has no effect on Windows #332
Comments
I just tested the same program inside WSL, and all the styles work fine with the Linux build. |
Thank you for reporting this @icy-comet, considering this works in Linux, chances are the problem is in upstream @icy-comet please indicate if you are interested in looking into this issue. |
Seems like it @mum4k. I just put together a test file according to Here are the results:
Here's the gist I used for testing: |
I just opened an issue describing this at |
Thank you for following up upstream @icy-comet. |
I am on the
devel
branch oftermdash
and I passed 4 different styles withtext.WriteCellOpts
to thetext.Write
call for testing the result. Except, I found only theblink
style to be working, as seen in the attached image.Is this an implementation issue at
termdash
's end or a bug in the upstream libtcell
?I also tested the same thing with
termdash v0.16.0
which was before merging #329, but had the same outcome.PS: I know that the styling works on my device because golang-based OhMyPosh, which handles ANSI codes differently, works with all the 4 styles.
The text was updated successfully, but these errors were encountered: