Skip to content

Commit

Permalink
Default emphasis
Browse files Browse the repository at this point in the history
  • Loading branch information
Epixu committed Apr 5, 2024
1 parent 153b61a commit e928ccb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/Logger.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ namespace Langulus::Logger

/// Some formatting styles, consistent with fmt::emphasis
enum class Emphasis : ::std::underlying_type_t<fmt::emphasis> {
Default = 0,
Bold = 1, // Not working on windows
Faint = 1 << 1, // Not working on windows
Italic = 1 << 2, // Not working on windows
Expand Down

0 comments on commit e928ccb

Please sign in to comment.