mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-20 05:48:14 +08:00
Initial commit
This commit is contained in:
8
src/Spectre.Console/Internal/Constants.cs
Normal file
8
src/Spectre.Console/Internal/Constants.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace Spectre.Console.Internal
|
||||
{
|
||||
internal static class Constants
|
||||
{
|
||||
public const int DefaultBufferWidth = 80;
|
||||
public const int DefaultBufferHeight = 9001;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user