Center on Search, fix crash on GC, Remove repo

This commit is contained in:
Krzosa Karol
2025-12-31 17:34:46 +01:00
parent 193c3b36ef
commit c6bff29bef
83 changed files with 16 additions and 44046 deletions

View File

@@ -523,7 +523,7 @@ void GarbageCollect() {
}
if (it->close) {
RawAppendf(GCInfoBuffer, "Wind %d %S\n", (int)it->id.id);
RawAppendf(GCInfoBuffer, "Wind %d %d %d %d %d\n", (int)it->id.id, (int)it->total_rect.min.x, (int)it->total_rect.min.y, (int)it->total_rect.max.x, (int)it->total_rect.max.y);
Dealloc(&it->goto_history);
Dealloc(&it->goto_redo);
Dealloc(sys_allocator, it);