X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fhtml%2Fman%2Fcurs_inch.3x.html;h=f7df04ff5243302f7e62216ee555a638d26e094e;hb=29a36e53e1f77a0c3672f2e267d573823d6a9a60;hp=ec1e2c77acbc84c10339e08ae5645b09058c077b;hpb=027d0c57c4c4d6690e8d8727888d3282dbe9aa86;p=ncurses.git diff --git a/doc/html/man/curs_inch.3x.html b/doc/html/man/curs_inch.3x.html index ec1e2c77..f7df04ff 100644 --- a/doc/html/man/curs_inch.3x.html +++ b/doc/html/man/curs_inch.3x.html @@ -46,14 +46,12 @@ - -

NAME

+

NAME

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

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        chtype inch(void);
@@ -62,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
@@ -72,8 +69,7 @@
        to extract the character or attributes alone.
 
 
-
-

Attributes

+

Attributes

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

RETURN VALUE

+

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

+

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)