center cursor

This commit is contained in:
2026-01-01 21:59:20 -08:00
parent dda7541e2f
commit 147a52f3d4
2 changed files with 2 additions and 1 deletions

View File

@@ -305,6 +305,7 @@ main(int argc, const char *argv[])
return 1;
}
Execute(editor, CommandId::CenterOnCursor);
bool running = true;
while (running) {