X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_mouse.3x.html;h=baafe6282d4d3ecc317d05dc0fb89167ce642789;hb=bfe3845eb1a2ff02a740e917b537e939ec4e44cb;hp=93962397061d49823ad8157f9d2df50703aee5ee;hpb=bca50d0d8592defee6c584fdedd25f4b1a31345b;p=ncurses.git diff --git a/doc/html/man/curs_mouse.3x.html b/doc/html/man/curs_mouse.3x.html index 93962397..baafe628 100644 --- a/doc/html/man/curs_mouse.3x.html +++ b/doc/html/man/curs_mouse.3x.html @@ -1,7 +1,7 @@ @@ -319,6 +319,10 @@ \E[?1000%?%p1%{1}%=%th%el%; + The mouse driver also recognizes a newer xterm private mode 1006, e.g., + + \E[?1006;1000%?%p1%{1}%=%th%el%; + The z member in the event structure is not presently used. It is in- tended for use with touch screens (which may be pressure-sensitive) or with 3D-mice/trackballs/power gloves. @@ -345,7 +349,8 @@ identify terminals which support the xterm mouse protocol, ncurses as- sumes that if your $TERM environment variable contains "xterm", or kmous is defined in the terminal description, then the terminal may - send mouse events. + send mouse events. The kmous capability is checked first, allowing the + use of newer xterm mouse protocols.

SEE ALSO