Refactor game loop to await start and enhance Sixel rasterizer terminal support detection

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2026-03-18 02:43:39 +01:00
parent 7fe9a8bc40
commit 28938f7301
3 changed files with 187 additions and 27 deletions

View File

@@ -56,5 +56,5 @@ void main() async {
onExit: stopAndExit,
);
gameLoop.start();
await gameLoop.start();
}