mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
impr: Properly print new line characters in cli
This commit is contained in:
@@ -16,4 +16,9 @@ namespace hex {
|
||||
fmt::print(fmt::runtime(format), args...);
|
||||
}
|
||||
|
||||
template<typename... Args>
|
||||
inline void println(std::string_view format, Args... args) {
|
||||
fmt::println(fmt::runtime(format), args...);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user