Skip to content
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

Considerer remove the 'auto' breakline in VNCWebSocket #147

Open
ricardoalcantara opened this issue May 13, 2024 · 0 comments
Open

Considerer remove the 'auto' breakline in VNCWebSocket #147

ricardoalcantara opened this issue May 13, 2024 · 0 comments

Comments

@ricardoalcantara
Copy link
Contributor

ricardoalcantara commented May 13, 2024

Hi there! I'm currently developing a middleware in Go that interfaces between Proxmox and a web console. In the frontend, I'm utilizing xtermjs. However, I've encountered an issue where a line break is added after every key sent to Proxmox, disrupting the seamless usage of xtermjs.

Here's the relevant code snippet where the issue occurs: proxmox.go#L436

It seems that the current implementation is designed to send complete commands, but I'd prefer a solution where every character, including line breaks, can be sent individually. This would enable smoother interaction with xtermjs, allowing even backspace functionality to work seamlessly.

Text enhanced by ChatGPT.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant