yuvipanda / jupyterhub-ssh

SSH Access to JupyterHubs
BSD 3-Clause "New" or "Revised" License
93 stars 29 forks source link

Handle server-side terminal size changes #15

Open yuvipanda opened 3 years ago

yuvipanda commented 3 years ago

You can use stty on the commandline to set the width / height of your terminal. Whenever it is run in terminado, it sends a change event. We should handle this, and somehow send it through to the client so the ssh client knows the current terminal size.

change_terminal_size might be what's useful.

I'm not sure if we even need this at all, though. Low priority!