[GH-ISSUE #147] Considerer remove the 'auto' breakline in VNCWebSocket #36

Closed
opened 2026-03-03 15:29:46 +03:00 by kerem · 0 comments
Owner

Originally created by @ricardoalcantara on GitHub (May 13, 2024).
Original GitHub issue: https://github.com/luthermonson/go-proxmox/issues/147

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.

Originally created by @ricardoalcantara on GitHub (May 13, 2024). Original GitHub issue: https://github.com/luthermonson/go-proxmox/issues/147 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](https://github.com/luthermonson/go-proxmox/blob/main/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.
kerem closed this issue 2026-03-03 15:29:47 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/go-proxmox#36
No description provided.