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