fix(terminal): schedule frame before flushing buffered output

Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
fufesou
2026-04-28 20:46:47 +08:00
parent 0eff404323
commit 1745bab204

View File

@@ -458,6 +458,7 @@ class TerminalModel with ChangeNotifier {
_markViewReady();
}
});
WidgetsBinding.instance.ensureVisualUpdate();
}
void _markViewReady() {