X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_inch.3x.html;h=397664a1146cdaf82206371e01674694e6d30377;hp=ab5035e720d3468deb7fd14bdf08ecd722a1875b;hb=81304798ee736c467839c779c9ca5dca48db7bea;hpb=17c5992a16be94247b83f2bbb9accdd9b7e7bb72 diff --git a/doc/html/man/curs_inch.3x.html b/doc/html/man/curs_inch.3x.html index ab5035e7..397664a1 100644 --- a/doc/html/man/curs_inch.3x.html +++ b/doc/html/man/curs_inch.3x.html @@ -1,7 +1,8 @@ - @@ -35,7 +36,7 @@ curs_inch 3x - + @@ -55,15 +56,16 @@ #include <curses.h> chtype inch(void); - chtype winch(WINDOW *win); - chtype mvinch(int y, int x); - chtype mvwinch(WINDOW *win, int y, int x); + chtype winch(WINDOW *win); + + chtype mvinch(int y, int x); + 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 posi-
-       tion, their values  are  OR'ed  into  the  value  returned.   Constants
+       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.
 
@@ -113,8 +115,8 @@
        X/Open Curses does not specify the size and layout of attributes, color
        and character values in chtype; it is  implementation-dependent.   This
        implementation  uses 8 bits for character values.  An application using
-       more bits, e.g., a Unicode value, should use the wide-character equiva-
-       lents to these functions.
+       more bits,  e.g.,  a  Unicode  value,  should  use  the  wide-character
+       equivalents to these functions.
 
 
 

SEE ALSO

@@ -122,8 +124,8 @@
             gives an overview of the WINDOW and chtype data types.
 
        curs_attr(3x)
-            goes  into more detail, pointing out portability problems and con-
-            straints on the use of chtype for returning window information.
+            goes  into  more  detail,  pointing  out  portability problems and
+            constraints on the use of chtype for returning window information.
 
        curs_in_wch(3x)
             describes comparable functions for the  wide-character  (ncursesw)