diff --git a/src/Surface.zig b/src/Surface.zig index a4b746fec..211a3cedc 100644 --- a/src/Surface.zig +++ b/src/Surface.zig @@ -1321,6 +1321,10 @@ pub fn mouseButtonCallback( self.mouse.mods, pos, ); + + // If we're doing mouse reporting, we do not support any other + // selection or highlighting. + return; } // For left button clicks we always record some information for