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 4924772 commit ef430b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/librishka_io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ void IO::print(
IO::print(fg);
IO::print(bg);
IO::print(text);

IO::print(TERM_STYLE_NORMAL);
}

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

0 comments on commit ef430b5

Please sign in to comment.