We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a48399 commit 924518eCopy full SHA for 924518e
examples/run/run.cpp
@@ -29,7 +29,7 @@
29
30
#if defined(__unix__) || (defined(__APPLE__) && defined(__MACH__)) || defined(_WIN32)
31
[[noreturn]] static void sigint_handler(int) {
32
- printf("\n");
+ printf("\n\033[0m");
33
exit(0); // not ideal, but it's the only way to guarantee exit in all cases
34
}
35
#endif
0 commit comments