X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_mouse.3x.html;h=7e2a81be4f3d161c85b4fb65b7673f2ecf53a0f5;hp=fe486764f7e0a12364397d85b62e231362a03593;hb=2882050bf8b296813e7e026b1c5c45d4a23043e3;hpb=894a177fd5228cdbe790bd1dc9435bd435c29681 diff --git a/doc/html/man/curs_mouse.3x.html b/doc/html/man/curs_mouse.3x.html index fe486764..7e2a81be 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.79 2023/10/07 21:19:07 tom Exp @ + * @Id: curs_mouse.3x,v 1.80 2023/10/14 20:00:10 tom Exp @ --> -curs_mouse 3x 2023-10-07 ncurses 6.4 Library calls +curs_mouse 3x 2023-10-14 ncurses 6.4 Library calls -

curs_mouse 3x 2023-10-07 ncurses 6.4 Library calls

+

curs_mouse 3x 2023-10-14 ncurses 6.4 Library calls

 curs_mouse(3x)                   Library calls                  curs_mouse(3x)
 
@@ -348,24 +348,23 @@
 
 
 

BUGS

-       Mouse events under xterm will not in  fact  be  ignored  during  cooked
-       mode, if they have been enabled by mousemask.  Instead, the xterm mouse
-       report sequence will appear in the string read.
-
-       Mouse events under xterm will not be detected  correctly  in  a  window
-       with  its  keypad  bit  off, since they are interpreted as a variety of
-       function key.  Your terminfo  description  should  have  kmous  set  to
-       "\E[M"  (the  beginning  of  the response from xterm for mouse clicks).
-       Other values for kmous are permitted, but under  the  same  assumption,
-       i.e., it is the beginning of the response.
-
-       Because  there  are  no standard terminal responses that would serve to
-       identify terminals which support  the  xterm  mouse  protocol,  ncurses
-       assumes that if kmous is defined in the terminal description, or if the
-       terminal description's primary  name  or  aliases  contain  the  string
-       "xterm", then the terminal may send mouse events.  The kmous capability
-       is checked first, allowing the use of newer xterm mouse protocols  such
-       as xterm's private mode 1006.
+       Mouse events from xterm are not ignored in cooked  mode  if  they  have
+       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 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
+       kmous is defined in the terminal description, or if the terminal type's
+       primary name or aliases contain the string "xterm", then  the  terminal
+       may send mouse events.  The kmous capability is checked first, allowing
+       use of newer xterm mouse protocols such as its private mode 1006.
 
 
 

SEE ALSO

@@ -374,7 +373,7 @@
 
 
 
-ncurses 6.4                       2023-10-07                    curs_mouse(3x)
+ncurses 6.4                       2023-10-14                    curs_mouse(3x)