Add windowed terminal, basic text, rectangle rendering, and keyboard events

This commit is contained in:
Stone_Red
2026-06-08 17:42:08 +02:00
parent 57f011ffe8
commit fc71af028f
10 changed files with 284 additions and 12 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ public class Kernel : Sys.Kernel
if (Processes.DesktopProcess.IsRunning)
{
// Suspend the CLI while the GUI is active to prevent blocking and console corruption.
Thread.Sleep(100);
Thread.Sleep(1000);
return;
}