mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 16:26:08 +03:00
disable double/tripclick highlighting if mouse reporting is enabled
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user