Hi,
The xterm.js terminal doesnt set the terminal size correctly causing the text to not wrap and overwrite the text on the current line
The xterm.js console tries to set the tty size by sending "1:<cols>:<rows>:" over the websocket, however, this doesnt work
Example:
The actual tty size:
The Fix:
The proxmox API doesnt handle setting the xterm.js size correctly. Please could someone send me a patch, or update the API to resolve this issue. Or tell me where the source code is for how proxmox handles the xterm.js websocket requests.
Thanks
The xterm.js terminal doesnt set the terminal size correctly causing the text to not wrap and overwrite the text on the current line
The xterm.js console tries to set the tty size by sending "1:<cols>:<rows>:" over the websocket, however, this doesnt work
Example:
The actual tty size:
The Fix:
The proxmox API doesnt handle setting the xterm.js size correctly. Please could someone send me a patch, or update the API to resolve this issue. Or tell me where the source code is for how proxmox handles the xterm.js websocket requests.
Thanks
Attachments
Last edited: