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

fix: Support bold ANSI escape sequence #154

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

gabe565
Copy link

@gabe565 gabe565 commented Nov 21, 2024

The code to print bold text is currently commented out, even though it works fine. This PR uncomments it to add support for rendering bold text.

I also noticed that bold text wasn't very pronounced, so I changed the font-weight to bolder. If this is undesired, just let me know and I can remove that change.

Before:
Example of current behavior

After (with font-weight="bold"):
Example with bold font

After (with font-weight="bolder"):
Example with bolder font

I also noticed the bold

Fixes #75

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 this pull request may close these issues.

Support bold in ANSI coloring
1 participant