Don't GC view when process is active, don't show some buffers
This commit is contained in:
@@ -508,6 +508,10 @@ void GarbageCollect() {
|
||||
if (ref) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (ProcessIsActive(it->id)) {
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
RawAppendf(GCInfoBuffer, "View %d %S\n", (int)it->id.id, buffer ? buffer->name : String{"NULL"});
|
||||
|
||||
Reference in New Issue
Block a user