billchurch / webssh2

Web SSH Client using ssh2, socket.io, xterm.js, and express. webssh webssh2
MIT License
2.26k stars 527 forks source link

Changing terminal name in config.json for better usability #353

Open Alex5434 opened 5 months ago

Alex5434 commented 5 months ago

Is your feature request related to a problem? Please describe. The current terminal name is "xterm-color", it works fine but when i use commands like "htop" the mouse clicks and scrolls are disabled.

Describe the solution you'd like By changing the terminal name to "xterm-256color" it support for 256 colors enabled and also solves this mouse problem.

image