Skip to content

Commit

Permalink
Fixed colored printing functions on SDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed May 16, 2024
1 parent ef430b5 commit 46f173a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/librishka_io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ void IO::print(
IO::print(text);

IO::print(TERM_STYLE_NORMAL);
IO::print(TERM_FG_HWHITE);
}

void IO::println(const string text) {
Expand Down

0 comments on commit 46f173a

Please sign in to comment.