You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resize is almost working but not quite fully. I am creating a website based in the JS/HTML/CSS code in this repository.
The terminal resizing using jquery (but also when resizing the window) causes calls to pwd.resize. Here I see client that the terminal is resized on the client side and I do not observe any communication to the server (monitoring websockets).
As a result of that the doing something like vim the terminal does not have the correct size. Interestingly enough if I type "resize" in the terminal the correct size is detected. I think that a signal needs to be sent to the backed and a signal need to be send to the PTY process.
Searching for an answer I do see some hints this is indeed what is needed
Hi,
Resize is almost working but not quite fully. I am creating a website based in the JS/HTML/CSS code in this repository.
The terminal resizing using jquery (but also when resizing the window) causes calls to
pwd.resize
. Here I see client that the terminal is resized on the client side and I do not observe any communication to the server (monitoring websockets).As a result of that the doing something like vim the terminal does not have the correct size. Interestingly enough if I type "resize" in the terminal the correct size is detected. I think that a signal needs to be sent to the backed and a signal need to be send to the PTY process.
Searching for an answer I do see some hints this is indeed what is needed
xtermjs/xterm.js#3092
https://stackoverflow.com/questions/63230001/how-does-sigwinch-pass-through-bash
The text was updated successfully, but these errors were encountered: