-
-
Notifications
You must be signed in to change notification settings - Fork 952
Terminal window resizing #40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
No one is assigned to this issue, I haven't received any responses in 6 months, and no changes to this situation seem to have been implemented for 2016.0.0 which is the most current version as of the writing of this update. To clarify this further, the component which has this feature is the |
Something like this is all that is needed: |
a new Beta was actually release yesterday, with tons of changes just need to take a look at the commits and issue updates. I believe it is not supported at the moment, you could do a PR based on that code and add some tests with permission of the person that did the fork. |
@drieseng is there any attempt to address this issue in future releases like the 2020 beta? |
@drieseng any update on this? I can work on the PR, but would this feature be interesting to add? or is there an opinion on this? |
I have created a discussion #926 for all ShellStream related issues. |
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
orShell
, there are no methods for changing that while a connection is alive and you can't seem to relinquish theShellStream
and create a new one in the same connection without crashing the whole application.I am using 2013.4.7 stable.
The text was updated successfully, but these errors were encountered: