diff options
author | Benji Dial <Benji3.141@gmail.com> | 2020-11-08 11:46:29 -0500 |
---|---|---|
committer | Benji Dial <Benji3.141@gmail.com> | 2020-11-08 11:46:29 -0500 |
commit | ca731aa747214919df7b3dfe3478dbe787ce5b68 (patch) | |
tree | fe9915c3e9ad9f5b26a9ad455a5f5a17794f8c03 /src/user/highway | |
parent | e9376ea26d3819e540a80ba2d8db97eb5f593afd (diff) | |
download | portland-os-ca731aa747214919df7b3dfe3478dbe787ce5b68.tar.gz |
reset text color after running command
Diffstat (limited to 'src/user/highway')
-rw-r--r-- | src/user/highway/line.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |