Skip to content

Combined emphases into a single escape sequence#4528

Merged
vitaut merged 1 commit intofmtlib:masterfrom
Anas-Hamdane:combined-emphases
Sep 5, 2025
Merged

Combined emphases into a single escape sequence#4528
vitaut merged 1 commit intofmtlib:masterfrom
Anas-Hamdane:combined-emphases

Conversation

@Anas-Hamdane
Copy link
Copy Markdown
Contributor

@Anas-Hamdane Anas-Hamdane commented Sep 3, 2025

Instead of generating separate escape sequences for each emphasis (e.g. \x1b[1m\x1b[3m for bold and italic), combine them into a single escape sequence by separating the codes with semicolons (e.g. \x1b[1;3m).

@vitaut vitaut merged commit 0a94e06 into fmtlib:master Sep 5, 2025
41 checks passed
@vitaut
Copy link
Copy Markdown
Contributor

vitaut commented Sep 5, 2025

Thank you!

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.

2 participants