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