tb Spin efficiently with new schedrelease() syscall

This commit is contained in:
2025-09-19 23:41:24 +02:00
parent 1b5701a659
commit b7ad1e0633
2 changed files with 5 additions and 1 deletions

View File

@ -124,6 +124,8 @@ void do_mode_interactive(void) {
uprintf(ANSIQ_SCR_CLR_ALL);
goto begin;
break;
} else {
schedrelease();
}
if (b == '\n') {