From 1b743711d83fb5e80c1fcbb873c9b6fd371ed74b Mon Sep 17 00:00:00 2001 From: Meziu <55318903+Meziu@users.noreply.github.com> Date: Thu, 27 Jan 2022 18:45:51 +0100 Subject: [PATCH] Update ctru-rs/src/lib.rs Co-authored-by: Ian Chamberlain --- ctru-rs/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctru-rs/src/lib.rs b/ctru-rs/src/lib.rs index 6946231..92a2f80 100644 --- a/ctru-rs/src/lib.rs +++ b/ctru-rs/src/lib.rs @@ -31,7 +31,7 @@ pub fn init() { } } } - println!("\x1b[1;37m\n"); // Get back to white + println!("\x1b[0m"); // Get back to white }); std::panic::set_hook(new_hook); }