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=6b37318c597e41531b0ecc332e4d279836edaf55;hb=81304798ee736c467839c779c9ca5dca48db7bea;hpb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045 diff --git a/doc/html/man/curs_inch.3x.html b/doc/html/man/curs_inch.3x.html index 6b37318c..397664a1 100644 --- a/doc/html/man/curs_inch.3x.html +++ b/doc/html/man/curs_inch.3x.html @@ -1,7 +1,7 @@ - @@ -64,8 +64,8 @@

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.
 
@@ -115,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

@@ -124,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)