tb fix call to schedrelease()
This commit is contained in:
@ -124,8 +124,6 @@ void do_mode_interactive(void) {
|
|||||||
uprintf(ANSIQ_SCR_CLR_ALL);
|
uprintf(ANSIQ_SCR_CLR_ALL);
|
||||||
goto begin;
|
goto begin;
|
||||||
break;
|
break;
|
||||||
} else {
|
|
||||||
schedrelease();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (b == '\n') {
|
if (b == '\n') {
|
||||||
@ -136,6 +134,8 @@ void do_mode_interactive(void) {
|
|||||||
linebuf[cursor++] = b;
|
linebuf[cursor++] = b;
|
||||||
uprintf("%c", b);
|
uprintf("%c", b);
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
schedrelease();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user