github directvt/vtm v2025.06.17a

latest releases: v2026.02.20, v2026.02.16, v2026.02.15...
8 months ago

GitHub all current

Changes

  • Add mouse support in KMSCON environment (Linux platform). #749
    KMSCON is essentially a full-fledged terminal emulator and vtm expects a stream of keyboard and mouse events from it. Although KMSCON may support mouse reporting in the future, I added an option to vtm to allow mouse reporting in the same way as the Linux kernel console (Linux VGA Console).
    # Grant access to all mouse devices to all users
    sudo ./vtm --SetMouseAccess
    # Force vtm to poll mouse events from /dev/input/eventX
    ./vtm --mouse
    

Don't miss a new vtm release

NewReleases is sending notifications on new releases.