X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_inch.3x.html;h=00e08683d7f2166eafdf192fd7cff8c12e4ef316;hp=2d69e2cf7c21040e6b89f45956d450c9f1634db1;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e diff --git a/doc/html/man/curs_inch.3x.html b/doc/html/man/curs_inch.3x.html index 2d69e2cf..00e08683 100644 --- a/doc/html/man/curs_inch.3x.html +++ b/doc/html/man/curs_inch.3x.html @@ -1,4 +1,3 @@ - + + + curs_inch 3x @@ -40,20 +42,19 @@

curs_inch 3x


-
 curs_inch(3x)                                             curs_inch(3x)
 
 
 
 
 
-

NAME

+

NAME

        inch,  winch,  mvinch,  mvwinch  -  get  a  character  and
        attributes from a curses window
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        chtype inch(void);
@@ -63,7 +64,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        These routines return the character, of  type  chtype,  at
        the   current  position  in  the  named  window.   If  any
        attributes are set for that  position,  their  values  are
@@ -71,7 +72,9 @@
        <curses.h> can be used with the & (logical  AND)  operator
        to extract the character or attributes alone.
 
-   Attributes
+
+
+

Attributes

        The  following  bit-masks  may  be  AND-ed with characters
        returned by winch.
 
@@ -81,18 +84,25 @@
 
 
 
-

NOTES

+

RETURN VALUE

+       Functions with a "mv" prefix first perform a cursor  move-
+       ment  using  wmove, and return an error if the position is
+       outside the window, or if the window pointer is null.
+
+
+
+

NOTES

        Note that all of these routines may be macros.
 
 
 
-

PORTABILITY

+

PORTABILITY

        These functions are described in the XSI Curses  standard,
        Issue 4.
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x).
 
        Comparable  functions  in  the  wide-character  (ncursesw)
@@ -102,10 +112,20 @@
 
                                                           curs_inch(3x)
 
-
-
-Man(1) output converted with -man2html -
+