-
-
Notifications
You must be signed in to change notification settings - Fork 4
SSH.Channel.RequestTerminal
Andrew Lambert edited this page Nov 26, 2022
·
5 revisions
Sub RequestTerminal(Terminal As String, Width As Integer, Height As Integer, Modes As MemoryBlock, PixelDimensions As Boolean = False)
Name | Type | Comment |
---|---|---|
Terminal |
String | The terminal type to emulate (vt100 , dumb , vanilla , etc.) |
Width |
Integer | The width, in character cells, of the terminal. |
Height |
Integer | The height, in character cells, of the terminal. |
Modes |
MemoryBlock | Terminal mode modifier values. |
PixelDimensions |
Boolean | Optional. If True , then the Width and Height parameters are in pixels rather than characters. |
Requests a pseudoterminal (PTY) of the given dimensions. Note that this does not make sense for all channel types and may be ignored by the server despite returning success.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2018-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.