X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fhtml%2Fman%2Fcurs_inch.3x.html;h=e360994a93edefeebd433b5b8af0579a952aec45;hb=cd142df6d9934f1bda19f5b968cc666291be5072;hp=e966923d8848b4c0f8f86efe335571f06db32d9a;hpb=a8987e73ec254703634802b4f7ee30d3a485524d;p=ncurses.git diff --git a/doc/html/man/curs_inch.3x.html b/doc/html/man/curs_inch.3x.html index e966923d..e360994a 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)
+curs_inch(3x)                                                    curs_inch(3x)
 
 
 
 
-
-

NAME

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

NAME

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

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        chtype inch(void);
@@ -62,48 +60,61 @@
        chtype mvwinch(WINDOW *win, int y, int x);
 
 
-
-

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
-       OR'ed  into  the  value  returned.   Constants  defined in
-       <curses.h> can be used with the & (logical  AND)  operator
-       to extract the character or attributes alone.
+

DESCRIPTION

+       These routines return the character, of type  chtype,  at  the  current
+       position in the named window.  If any attributes are set for that posi-
+       tion, their values  are  OR'ed  into  the  value  returned.   Constants
+       defined  in <curses.h> can be used with the & (logical AND) operator to
+       extract the character or attributes alone.
 
 
-   Attributes
-       The  following  bit-masks  may  be  AND-ed with characters
-       returned by winch.
+

Attributes

+       The following bit-masks may  be  AND-ed  with  characters  returned  by
+       winch.
 
        A_CHARTEXT     Bit-mask to extract character
        A_ATTRIBUTES   Bit-mask to extract attributes
        A_COLOR        Bit-mask to extract color-pair field information
 
 
-
-

NOTES

+

RETURN VALUE

+       Functions  with  a  "mv"  prefix  first perform a cursor movement 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

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

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)
+                                                                 curs_inch(3x)
 
-
-
-Man(1) output converted with -man2html -
+