scrolling + proper anchoring
This commit is contained in:
@@ -183,9 +183,9 @@ namespace Cabrito
|
||||
OnClose -= instance.OnConsoleClose;
|
||||
}
|
||||
|
||||
public static IReadOnlyCollection<string> GetLines()
|
||||
public static IReadOnlyCollection<string> Lines
|
||||
{
|
||||
return consoleLines.AsReadOnly();
|
||||
get => consoleLines.AsReadOnly();
|
||||
}
|
||||
|
||||
// Echoes text to Console.
|
||||
|
||||
Reference in New Issue
Block a user