[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 3/3] man/curs_mouse.3x: Motivate the "mouse interval" feature
From: |
G. Branden Robinson |
Subject: |
[PATCH 3/3] man/curs_mouse.3x: Motivate the "mouse interval" feature |
Date: |
Sun, 18 Feb 2024 11:42:04 -0600 |
---
man/curs_mouse.3x | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/man/curs_mouse.3x b/man/curs_mouse.3x
index 63739a7fb..7471be0b5 100644
--- a/man/curs_mouse.3x
+++ b/man/curs_mouse.3x
@@ -230,7 +230,13 @@ .SS mouseinterval
The \fB\%mouseinterval\fP function sets the maximum time
(in thousands of a second)
that can elapse between press and release events for them to
-be resolved as a click.
+be resolved as a
+.I click.
+An application might interpret button press and release events separated
+by more than the mouse interval as a \*(``long press\*('',
+or,
+with motion,
+as a \*(``drag\*(''.
.PP
Calling \fB\%mouseinterval(0)\fP disables click resolution.
When
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 3/3] man/curs_mouse.3x: Motivate the "mouse interval" feature,
G. Branden Robinson <=