Skip to content
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

Support bold in ANSI coloring #75

Open
applejag opened this issue Apr 10, 2024 · 0 comments · May be fixed by #154
Open

Support bold in ANSI coloring #75

applejag opened this issue Apr 10, 2024 · 0 comments · May be fixed by #154

Comments

@applejag
Copy link

Is your feature request related to a problem? Please describe.
Want bold styling to show in the images.

Describe the solution you'd like
Just enabling simple bold styling on the text, as you have commented-out in ansi.go:

freeze/ansi.go

Lines 140 to 142 in 80803eb

case 1:
// span.CreateAttr("font-weight", "bold")
p.lines[p.row].AddChild(span)

Why is that commented out?

Describe alternatives you've considered
I have tried cloning the repo, uncommenting that line, and it seems to work just fine. Not a super nice workflow though.

Additional context

@gabe565 gabe565 linked a pull request Nov 21, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant