X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_mouse.3x.html;h=47a98d9df8e7a8373c8578e8b90a79ce26a86288;hp=355aceac2fe7968b993f7ab90bd8d1aeb065a07c;hb=db5f7f4f146a91ba8ec7f1df8e9d7f9d2d7c74fd;hpb=b0b1980be11bba618d84beb8b30ac94e2c820602 diff --git a/doc/html/man/curs_mouse.3x.html b/doc/html/man/curs_mouse.3x.html index 355aceac..47a98d9d 100644 --- a/doc/html/man/curs_mouse.3x.html +++ b/doc/html/man/curs_mouse.3x.html @@ -1,8 +1,7 @@ - + + + curs_mouse 3x -

curs_mouse 3x

-
+

curs_mouse 3x

-
 curs_mouse(3x)                                           curs_mouse(3x)
 
 
 
 
 
-

NAME

+

NAME

        has_mouse, getmouse, ungetmouse, mousemask, wenclose,
        mouse_trafo, wmouse_trafo, mouseinterval - mouse interface
        through curses
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        typedef unsigned long mmask_t;
@@ -77,7 +77,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        These  functions provide an interface to mouse events from
        ncurses(3x).  Mouse events are  represented  by  KEY_MOUSE
        pseudo-key values in the wgetch input stream.
@@ -158,7 +158,7 @@
 
        The  wenclose  function  tests  whether  a  given  pair of
        screen-relative character-cell coordinates is enclosed  by
-       a  given  window, returning TRUE if it is and FALSE other-
+       a  given  window, returning TRUE if it is and FALSE other-
        wise.  It is useful for determining  what  subset  of  the
        screen windows enclose the location of a mouse event.
 
@@ -196,7 +196,7 @@
        val(-1) to obtain the interval without altering  it.   The
        default is one sixth of a second.
 
-       The  has_mouse  function  returns TRUE if the mouse driver
+       The  has_mouse  function  returns TRUE if the mouse driver
        has been successfully initialized.
 
        Note that mouse events will be ignored when  input  is  in
@@ -206,7 +206,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        getmouse  and ungetmouse return the integer ERR upon fail-
        ure or OK upon successful completion.
 
@@ -230,7 +230,7 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        These calls were designed for  ncurses(3x),  and  are  not
        found in SVr4 curses, 4.4BSD curses, or any other previous
        version of curses.
@@ -282,7 +282,7 @@
 
 
 
-

BUGS

+

BUGS

        Mouse events under xterm will not in fact be ignored  dur-
        ing  cooked  mode, if they have been enabled by mousemask.
        Instead, the xterm mouse report sequence  will  appear  in
@@ -305,7 +305,7 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x),  curs_kernel(3x),   curs_slk(3x),   curs_vari-
        ables(3x).
 
@@ -313,7 +313,16 @@
 
                                                          curs_mouse(3x)
 
-
-Man(1) output converted with man2html +