reset text color after running command
This commit is contained in:
parent
e9376ea26d
commit
ca731aa747
1 changed files with 1 additions and 0 deletions
|
@ -100,4 +100,5 @@ void run_line(const char *original_line) {
|
|||
return;
|
||||
}
|
||||
}
|
||||
_set_color(0x07);
|
||||
}
|
Reference in a new issue