-
-
Notifications
You must be signed in to change notification settings - Fork 964
Closed
Description
Maybe I am looking at things improperly, but I was trying to find a way to support dynamic terminal resizing using SSH.NET as the connection. Naturally the remote endpoint is expecting a window size in order to properly form the console output wrapping, but all the window sizing code in SSH.NET seems to be hidden as internals.
Although you can set the initial size in ShellStream
or Shell
, there are no methods for changing that while a connection is alive and you can't seem to relinquish the ShellStream
and create a new one in the same connection without crashing the whole application.
I am using 2013.4.7 stable.
matyasbach
Metadata
Metadata
Assignees
Labels
No labels