mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-16 08:52:50 +08:00
Remove <public> keyword from IAnsiConsole
This commit is contained in:
parent
6a7733cabf
commit
b72a695c35
@ -8,17 +8,17 @@ namespace Spectre.Console
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the console's capabilities.
|
/// Gets the console's capabilities.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public AnsiConsoleCapabilities Capabilities { get; }
|
AnsiConsoleCapabilities Capabilities { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the buffer width of the console.
|
/// Gets the buffer width of the console.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public int Width { get; }
|
int Width { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the buffer height of the console.
|
/// Gets the buffer height of the console.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public int Height { get; }
|
int Height { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the current style.
|
/// Gets or sets the current style.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user