mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-19 13:28:16 +08:00
9 lines
218 B
C#
9 lines
218 B
C#
namespace Spectre.Console;
|
|
|
|
internal static class Constants
|
|
{
|
|
public const int DefaultTerminalWidth = 80;
|
|
public const int DefaultTerminalHeight = 24;
|
|
|
|
public const string EmptyLink = "https://emptylink";
|
|
} |