ShellChannel.SetTerminalSize Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
SetTerminalSize(Int32, Int32)
Sets a new terminal size.
Declaration
public abstract void SetTerminalSize(int width, int height)
Parameters
Type | Name | Description |
---|---|---|
Int32 | width | Number of columns. |
Int32 | height | Number of rows. |