TextFormat
This commit is contained in:
@@ -5,10 +5,12 @@ namespace TerminalUI.ConsoleDrivers;
|
||||
|
||||
public interface IConsoleDriver
|
||||
{
|
||||
bool SupportsAnsiEscapeSequence { get; }
|
||||
bool Init();
|
||||
void Dispose();
|
||||
void SetCursorPosition(Position position);
|
||||
void ResetColor();
|
||||
void ResetStyle();
|
||||
Position GetCursorPosition();
|
||||
void Write(string text);
|
||||
void Write(ReadOnlySpan<char> text);
|
||||
|
||||
Reference in New Issue
Block a user