X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_inch.3x.html;h=e360994a93edefeebd433b5b8af0579a952aec45;hp=f7df04ff5243302f7e62216ee555a638d26e094e;hb=ed646e3f683083e787c6ba773364401dc9fa9d40;hpb=6208c89f98f1cf9fe0980bd8e791846ce007a13d diff --git a/doc/html/man/curs_inch.3x.html b/doc/html/man/curs_inch.3x.html index f7df04ff..e360994a 100644 --- a/doc/html/man/curs_inch.3x.html +++ b/doc/html/man/curs_inch.3x.html @@ -41,14 +41,14 @@

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
+       inch,  winch,  mvinch,  mvwinch - get a character and attributes from a
+       curses window
 
 
 

SYNOPSIS

@@ -61,17 +61,16 @@
 
 
 

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.
+       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.
+       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
@@ -79,9 +78,9 @@
 
 
 

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

@@ -89,19 +88,18 @@
 
 
 

PORTABILITY

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

SEE ALSO

        curses(3x).
 
-       Comparable  functions  in  the  wide-character  (ncursesw)
-       library are described in curs_in_wch(3x).
+       Comparable  functions  in  the  wide-character  (ncursesw)  library are
+       described in curs_in_wch(3x).
 
 
 
-                                                          curs_inch(3x)
+                                                                 curs_inch(3x)