mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Update display buffer handling
This commit is contained in:
@ -29,7 +29,7 @@ void TreeFS(vfs::Node *node, int Depth)
|
||||
printf("%*c %s\eFFFFFF\n", Depth, ' ', Chld->Name);
|
||||
|
||||
if (!Config.Quiet)
|
||||
Display->SetBuffer(0);
|
||||
Display->UpdateBuffer();
|
||||
TaskManager->Sleep(100);
|
||||
TreeFS(Chld, Depth + 1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user