-
-
Notifications
You must be signed in to change notification settings - Fork 140
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
[Enhancement] Increase ssh window size #587
Comments
Hello @markovchainz, absolutely no reason not to consider a PR adding this. We need to consider how we will handle the session recording, but this is a second step. If you can look at the window resize or maximize option, it'd be great. |
Sounds good, I will get started and keep you posted. |
It would also be good if the window could be moved. |
I agree.
The main problem is how to send the 'window resize' to the SSH server through WebSocket since there's no protocol on top of WebSocket connection (currently just raw SSH over WebSocket). |
This is a limitation of the Vuetify framework, it does not supports movable dialogs (https://vuetifyjs.com/en/components/dialogs/) |
If you need it now and can't wait for window resize in Web UI you can use a native SSH client which supports window resizing. |
The implementation of SSH in Shellhub seems to be in raw bytes, a reference for the JSON version |
This is exactly what needs to be done |
I've personally found the terminal window to be a bit too small when there's a lot of terminal text.
Any issues with increasing the size of the window? Or even adding in the option to "maximize"?
This is something I don't mind working on myself and submitting a pull request.
The text was updated successfully, but these errors were encountered: