mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix colormake not resetting color.
This commit is contained in:
parent
5cee2e9bc7
commit
6138e94124
1 changed files with 2 additions and 0 deletions
|
@ -100,5 +100,7 @@ int main(int /*argc*/, char* argv[])
|
|||
free(line);
|
||||
int status;
|
||||
waitpid(child_pid, &status, 0);
|
||||
printf("\e[m");
|
||||
fflush(stdout);
|
||||
return WEXITSTATUS(status);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue