It would be nice if Konsole supported Any-Event mouse tracking (1003 mode). It looks like most of the code is there already to detect 1003 mode, it just doesn't emit the mouse motion sequence when no buttons are down.
This would be very nice indeed, I would really like to use the balloon feature in vim, but don't want to abandon my favourite terminal emulator.
*** This bug has been marked as a duplicate of bug 391967 ***
Git commit b5d174385529e5ba3551406bb8d90fa317b5bf00 by Tomaz Canabrava, on behalf of Luis Javier Merino Morán. Committed on 07/06/2021 at 18:03. Pushed by tcanabrava into branch 'master'. Support DECSET 1003 mouse move tracking Mode 1003 reports all mouse movement. Support it in Konsole. Related: bug 391967, bug 416530 M +7 -3 src/Vt102Emulation.cpp M +5 -4 src/terminalDisplay/TerminalDisplay.cpp https://invent.kde.org/utilities/konsole/commit/b5d174385529e5ba3551406bb8d90fa317b5bf00