mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-04 09:06:23 +02:00
Add printLine support for commands and implement basic UI controls rendering
This commit is contained in:
@@ -41,7 +41,7 @@ public class Kernel : Sys.Kernel
|
||||
|
||||
for (int i = 0; i < 5; i++)
|
||||
{
|
||||
ProcessManager.SpawnProcess<TestProcess>();
|
||||
//ProcessManager.SpawnProcess<TestProcess>();
|
||||
}
|
||||
|
||||
Console.WriteLine(CosmosFeatures.MouseEnabled);
|
||||
@@ -66,7 +66,7 @@ public class Kernel : Sys.Kernel
|
||||
return;
|
||||
}
|
||||
|
||||
if (CommandManager.TryExecute(input))
|
||||
if (CommandManager.TryExecute(input, line => Console.WriteLine(line)))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user