X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_mouse.3x.html;h=3376019bb8b2d691d7a844f6b6140dc5282183be;hp=b62defdfbe14b0c588b5e3c50420d85ab28ac205;hb=74433bcf4f6fe40862a28f3c00edaedcd5054b01;hpb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045 diff --git a/doc/html/man/curs_mouse.3x.html b/doc/html/man/curs_mouse.3x.html index b62defdf..3376019b 100644 --- a/doc/html/man/curs_mouse.3x.html +++ b/doc/html/man/curs_mouse.3x.html @@ -1,7 +1,7 @@ - @@ -37,7 +37,7 @@ curs_mouse 3x - +

curs_mouse 3x

@@ -101,7 +101,7 @@

Mouse events

        Here are the mouse event type masks which may be defined:
 
-       Name                     Description
+       Name                     Description
        ---------------------------------------------------------------------
        BUTTON1_PRESSED          mouse button 1 down
        BUTTON1_RELEASED         mouse button 1 up
@@ -177,8 +177,8 @@
        reserve lines on top or bottom of the screen for  other  purposes  (see
        the ripoffline and slk_init(3x) calls, for example).
 
-       o   If the parameter to_screen is TRUE, the pointers pY, pX must refer-
-           ence the coordinates of a location inside the window win.  They are
+       o   If the parameter to_screen is TRUE, the pointers pY, pX must refer-
+           ence the coordinates of a location inside the window win.  They are
            converted  to  window-relative coordinates and returned through the
            pointers.  If the conversion was successful, the  function  returns
            TRUE.
@@ -186,9 +186,9 @@
        o   If one of the parameters was NULL or the location is not inside the
            window, FALSE is returned.
 
-       o   If to_screen is FALSE, the pointers pY, pX must  reference  window-
+       o   If to_screen is FALSE, the pointers pY, pX must  reference  window-
            relative  coordinates.  They are converted to stdscr-relative coor-
-           dinates if the window win encloses this point.  In  this  case  the
+           dinates if the window win encloses this point.  In  this  case  the
            function returns TRUE.
 
        o   If  one  of  the  parameters is NULL or the point is not inside the
@@ -199,7 +199,7 @@
 
 

mouse_trafo

        The mouse_trafo function performs the same translation as wmouse_trafo,
-       using stdscr for win.
+       using stdscr for win.
 
 
 

mouseinterval

@@ -250,7 +250,7 @@
        These  calls  were  designed for ncurses(3x), and are not found in SVr4
        curses, 4.4BSD curses, or any other previous version of curses.
 
-       SVr4 curses had support for the mouse in a variant  of  xterm.   It  is
+       SVr4 curses had support for the mouse in a variant of xterm(1).  It  is
        mentioned in a few places, but with no supporting documentation:
 
        o   the  "libcurses" manual page lists functions for this feature which