Interface IConsoleOutput | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
Interface for writing console output
public interface IConsoleOutput : IDisposable
Inherited Members
Methods
Returns the current size of the console window in rows/columns (i.e. of characters not pixels).
Moves the console cursor to the given location.
SetCursorVisibility(CursorVisibility)
Updates the console cursor (the blinking underscore) to be hidden, visible etc.
Writes the given text directly to the console. Use to send ansi escape codes etc. Regular screen output should use theIOutputBuffer overload.
Write the contents of the buffer
to the console