Changes
- Draft
ngvt-input-modeprotocol #400 - Make logging mode configurable at startup
- Fix multiline paste
- Add Bracketed paste mode support DECSET 2004
- Add DirectVT Proxy Console
Usage example:- Host1 (application server)
# You can share vtm desktop on LAN ncat --exec '/path/to/vtm' --listen 1234 --keep-open # or share a single application (e.g. calc, term) ncat --exec '/path/to/vtm -r calc' --listen 1234 --keep-open- Host2 (client)
# Connect to a shared application vtm -r dtvt ncat Host1_ip 1234