X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_touch.3x.html;h=6a7ee9be6ace6e15919c625a955f507771c7e6ab;hp=f2057b9e53b739e72adf7ebe4c386e0f7a0607bb;hb=2a32bee362db64f5a06b2124976b928ac3faa578;hpb=761e4f0825b330e970558e82a4bd638383914429;ds=sidebyside diff --git a/doc/html/man/curs_touch.3x.html b/doc/html/man/curs_touch.3x.html index f2057b9e..6a7ee9be 100644 --- a/doc/html/man/curs_touch.3x.html +++ b/doc/html/man/curs_touch.3x.html @@ -1,7 +1,6 @@ - + + + curs_touch 3x -

curs_touch 3x

-
+

curs_touch 3x

-
 curs_touch(3x)                                           curs_touch(3x)
 
 
 
 
-
-

NAME

+

NAME

        touchwin, touchline, untouchwin, wtouchln, is_linetouched,
        is_wintouched - curses refresh control routines
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
        int touchwin(WINDOW *win);
        int touchline(WINDOW *win, int start, int count);
@@ -62,8 +60,7 @@
        bool is_wintouched(WINDOW *win);
 
 
-
-

DESCRIPTION

+

DESCRIPTION

        The touchwin and touchline routines throw away  all  opti-
        mization  information about which parts of the window have
        been touched, by pretending that  the  entire  window  has
@@ -88,8 +85,7 @@
        the given window.
 
 
-
-

RETURN VALUE

+

RETURN VALUE

        All  routines  return  the integer ERR upon failure and an
        integer value other than ERR upon  successful  completion,
        unless  otherwise  noted in the preceding routine descrip-
@@ -101,8 +97,8 @@
               is_linetouched
                    returns  an  error  if  the  window pointer is
                    null, or if the line  number  is  outside  the
-                   window.   Note  that ERR is distinct from TRUE
-                   and FALSE, which are the normal return  values
+                   window.   Note  that ERR is distinct from TRUE
+                   and FALSE, which are the normal return  values
                    of this function.
 
               wtouchln
@@ -111,8 +107,7 @@
                    window.
 
 
-
-

PORTABILITY

+

PORTABILITY

        The  XSI  Curses  standard,  Issue 4 describes these func-
        tions.
 
@@ -122,23 +117,27 @@
        scr).  This will not work under ncurses.
 
 
-
-

NOTES

+

NOTES

        Note that all routines except wtouchln may be macros.
 
 
-
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_refresh(3x), curs_variables(3x).
 
 
 
                                                          curs_touch(3x)
 
-
-
-Man(1) output converted with -man2html -
+