Skip to content

Commit

Permalink
fix normal (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
d0m1n1qu3 committed Nov 11, 2023
1 parent ed746b9 commit c9aa711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ void ANSI::flush()
//
void ANSI::normal()
{
_stream->write("\033[0m", 3);
_stream->write("\033[m", 3);
}

void ANSI::bold()
Expand Down

0 comments on commit c9aa711

Please sign in to comment.