X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_touch.3x.html;h=6fec2909cdafe1c7d01c8d1105b221be82a58dee;hp=9ba1bc6c21a48820618a18d948a8d10c14ea1059;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=3a935d9991cdf43ebfa952073c9b555f73a3e011 diff --git a/doc/html/man/curs_touch.3x.html b/doc/html/man/curs_touch.3x.html index 9ba1bc6c..6fec2909 100644 --- a/doc/html/man/curs_touch.3x.html +++ b/doc/html/man/curs_touch.3x.html @@ -1,4 +1,3 @@ - + + + curs_touch 3x @@ -39,20 +41,19 @@

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);
@@ -63,7 +64,7 @@
 
 
 
-

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
@@ -89,7 +90,7 @@
 
 
 
-

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-
@@ -112,7 +113,7 @@
 
 
 
-

PORTABILITY

+

PORTABILITY

        The  XSI  Curses  standard,  Issue 4 describes these func-
        tions.
 
@@ -123,22 +124,28 @@
 
 
 
-

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 -
+