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=0b4642a46ee87d4a9387f9f04ec9dfd1fd88bebc;hb=c3b21f65a2687f3894a0d3217006c23f162c893a;hpb=027d0c57c4c4d6690e8d8727888d3282dbe9aa86 diff --git a/doc/html/man/curs_touch.3x.html b/doc/html/man/curs_touch.3x.html index 0b4642a4..6a7ee9be 100644 --- a/doc/html/man/curs_touch.3x.html +++ b/doc/html/man/curs_touch.3x.html @@ -1,6 +1,6 @@ @@ -45,14 +45,12 @@ - -

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-
@@ -111,8 +107,7 @@
                    window.
 
 
-
-

PORTABILITY

+

PORTABILITY

        The  XSI  Curses  standard,  Issue 4 describes these func-
        tions.
 
@@ -122,13 +117,11 @@
        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).