Change variable visibility (#3720)

Changed DoubleClick and TripleClick to public so they can be accessed by
Lua plugins.
This commit is contained in:
cutelisp
2025-04-29 19:55:01 +01:00
committed by GitHub
parent b61c8a4e1a
commit ca32ffbb4a
2 changed files with 12 additions and 12 deletions

View File

@@ -236,9 +236,9 @@ type BufPane struct {
// Was the last mouse event actually a double click?
// Useful for detecting triple clicks -- if a double click is detected
// but the last mouse event was actually a double click, it's a triple click
doubleClick bool
DoubleClick bool
// Same here, just to keep track for mouse move events
tripleClick bool
TripleClick bool
// Should the current multiple cursor selection search based on word or
// based on selection (false for selection, true for word)