mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-10-31 17:15:28 +08:00 
			
		
		
		
	Remove <public> keyword from IAnsiConsole
This commit is contained in:
		| @@ -8,17 +8,17 @@ namespace Spectre.Console | ||||
|         /// <summary> | ||||
|         /// Gets the console's capabilities. | ||||
|         /// </summary> | ||||
|         public AnsiConsoleCapabilities Capabilities { get; } | ||||
|         AnsiConsoleCapabilities Capabilities { get; } | ||||
|  | ||||
|         /// <summary> | ||||
|         /// Gets the buffer width of the console. | ||||
|         /// </summary> | ||||
|         public int Width { get; } | ||||
|         int Width { get; } | ||||
|  | ||||
|         /// <summary> | ||||
|         /// Gets the buffer height of the console. | ||||
|         /// </summary> | ||||
|         public int Height { get; } | ||||
|         int Height { get; } | ||||
|  | ||||
|         /// <summary> | ||||
|         /// Gets or sets the current style. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Patrik Svensson
					Patrik Svensson