Compare commits

..

1 commit

Author SHA1 Message Date
Lluciocc
141ac8e49a
Merge 7339183bf1 into 59c3592c21 2026-05-14 01:00:17 +02:00

View file

@ -1033,6 +1033,10 @@ static int bsh_open_file(const char *path, const char *mode, bool *is_kernel) {
return sys_open(path, mode);
}
static void wait_for_pid(int pid) {
wait_for_pid_status(pid, NULL);
}
static void cmd_clear(void) {
sys_write(1, "\x1b[2J\x1b[H", 7);
}