-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Add faint, blink, reverse and conceal to the emphases #2394
Conversation
Thank you, I'm back in line! :) |
Glad to hear you're okay 🙂 |
No.
Yes, but later :) |
include/fmt/color.h
Outdated
}; | ||
|
||
constexpr size_t num_emphases = 8; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's an internal symbol only used in rgb
so let's move it there and make private (and static).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I don't understand how it is only used in the rgb
struct; shouldn't it be in the ansi_color_escape
struct only ?
Picking up the work of @data-man from #2303, since he had to close his PR because of personal matters.
Closes #2302.