X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_inch.3x.html;h=f7df04ff5243302f7e62216ee555a638d26e094e;hp=b3f1485d989a65897389e177885cf0406db44ec1;hb=2a32bee362db64f5a06b2124976b928ac3faa578;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01 diff --git a/doc/html/man/curs_inch.3x.html b/doc/html/man/curs_inch.3x.html index b3f1485d..f7df04ff 100644 --- a/doc/html/man/curs_inch.3x.html +++ b/doc/html/man/curs_inch.3x.html @@ -1,8 +1,7 @@ - + + + curs_inch 3x -

curs_inch 3x

-
+

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);
@@ -58,8 +60,7 @@
        chtype mvwinch(WINDOW *win, int y, int x);
 
 
-
-

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
@@ -68,7 +69,7 @@
        to extract the character or attributes alone.
 
 
-   Attributes
+

Attributes

        The  following  bit-masks  may  be  AND-ed with characters
        returned by winch.
 
@@ -77,41 +78,45 @@
        A_COLOR        Bit-mask to extract color-pair field information
 
 
-
-

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)
+       library are described in curs_in_wch(3x).
 
 
 
-
-
-
-
-
-
-
-
-
-
-
-
+                                                          curs_inch(3x)
 
-
-
-Man(1) output converted with -man2html -
+