X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_mouse.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_mouse.3x.html;h=1b266fd4bd03dec8e947ce7a4116e2cdf16ad6b7;hb=fc11bff62abb32a3e7724180a94c1068c148ea6c;hp=cdb42f278832c476d6f929d5b0e31a50daf0e90c;hpb=e607aef87171fae9359b0c43a04d8d932719bc71;p=ncurses.git diff --git a/doc/html/man/curs_mouse.3x.html b/doc/html/man/curs_mouse.3x.html index cdb42f27..1b266fd4 100644 --- a/doc/html/man/curs_mouse.3x.html +++ b/doc/html/man/curs_mouse.3x.html @@ -28,19 +28,19 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_mouse.3x,v 1.98 2024/04/20 19:02:07 tom Exp @ + * @Id: curs_mouse.3x,v 1.99 2024/05/11 20:39:53 tom Exp @ --> -curs_mouse 3x 2024-04-20 ncurses 6.5 Library calls +curs_mouse 3x 2024-05-11 ncurses 6.5 Library calls -

curs_mouse 3x 2024-04-20 ncurses 6.5 Library calls

+

curs_mouse 3x 2024-05-11 ncurses 6.5 Library calls

 curs_mouse(3x)                   Library calls                  curs_mouse(3x)
 
@@ -373,12 +373,12 @@
        been  enabled  by  mousemask.  Instead, the xterm mouse report sequence
        appears in the string read.
 
-       Mouse event reports from xterm are not detected correctly in  a  window
-       with  keypad application mode disabled, since they are interpreted as a
-       variety of function key.  Set the terminal's terminfo capability  kmous
-       to  "\E[M" (the beginning of the response from xterm for mouse clicks).
-       Other values of kmous are permitted under the same assumption, that is,
-       the report begins with that sequence.
+       An ncurses window must enable keypad(3x)  to  correctly  receive  mouse
+       event  reports  from  xterm  since they are encoded like function keys.
+       Set the terminal's terminfo capability kmous to "\E[M"  (the  beginning
+       of  the  response  from xterm for mouse clicks).  Other values of kmous
+       are permitted under the same assumption, that  is,  the  report  begins
+       with that sequence.
 
        Because there are no standard response sequences that serve to identify
        terminals supporting the xterm mouse protocol, ncurses assumes that  if
@@ -394,7 +394,7 @@
 
 
 
-ncurses 6.5                       2024-04-20                    curs_mouse(3x)
+ncurses 6.5                       2024-05-11                    curs_mouse(3x)