Interface IConsoleSizeMonitor
Interface for classes responsible for reporting the current size of the terminal window.
public interface IConsoleSizeMonitor
Methods
- Poll()
Examines the current size of the terminal and raises SizeChanged if it is different from last inspection.
Events
- SizeChanged
Invoked when the terminal's size changed. The new size of the terminal is provided.