From ca731aa747214919df7b3dfe3478dbe787ce5b68 Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Sun, 8 Nov 2020 11:46:29 -0500 Subject: reset text color after running command --- src/user/highway/line.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/user/highway') diff --git a/src/user/highway/line.c b/src/user/highway/line.c index b5a54c5..c8e5c60 100644 --- a/src/user/highway/line.c +++ b/src/user/highway/line.c @@ -100,4 +100,5 @@ void run_line(const char *original_line) { return; } } + _set_color(0x07); } \ No newline at end of file -- cgit v1.2.3