X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_addch.3x.html;h=178f5dded5df6b702d7bdbad939678f9cf222c71;hp=b19e72efd135d3786807d663f0f67c7265a5852e;hb=74433bcf4f6fe40862a28f3c00edaedcd5054b01;hpb=e6bb3226cdd35f5fd9f45bb1685cc2203c889480 diff --git a/doc/html/man/curs_addch.3x.html b/doc/html/man/curs_addch.3x.html index b19e72ef..178f5dde 100644 --- a/doc/html/man/curs_addch.3x.html +++ b/doc/html/man/curs_addch.3x.html @@ -28,7 +28,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_addch.3x,v 1.56 2021/06/17 21:30:22 tom Exp @ + * @Id: curs_addch.3x,v 1.58 2021/12/25 20:18:06 tom Exp @ --> @@ -37,7 +37,7 @@ curs_addch 3x - +

curs_addch 3x

@@ -198,9 +198,9 @@

ACS Symbols

-       X/Open Curses states that the ACS_ definitions are char constants.  For
+       X/Open Curses states that the ACS_ definitions are char constants.  For
        the  wide-character  implementation  (see  curs_add_wch),   there   are
-       analogous   WACS_   definitions  which  are  cchar_t  constants.   Some
+       analogous   WACS_   definitions  which  are  cchar_t  constants.   Some
        implementations are problematic:
 
        o   Some implementations define the ACS symbols to a constant (such  as
@@ -210,8 +210,8 @@
            NetBSD also uses an array, actually named _acs_char, with a #define
            for compatibility.
 
-       o   HPUX curses equates some of the ACS_ symbols to the analogous WACS_
-           symbols  as  if  the  ACS_  symbols  were  wide  characters.    The
+       o   HPUX curses equates some of the ACS_ symbols to the analogous WACS_
+           symbols  as  if  the  ACS_  symbols  were  wide  characters.    The
            misdefined  symbols  are the arrows and other symbols which are not
            used for line-drawing.
 
@@ -221,7 +221,7 @@
            implementations use i (lowercase).
 
            None  of the terminal descriptions on Unix platforms use uppercase-
-           I,  except  for  Solaris  (i.e.,  screen's  terminal   description,
+           I,  except  for  Solaris  (i.e.,  screen's  terminal   description,
            apparently  based on the X/Open documentation around 1995).  On the
            other hand, the terminal description gs6300 (AT&T PC6300 with EMOTS
            Terminal Emulator) uses lowercase-i.
@@ -233,7 +233,7 @@
        second-hand  list  of  their  character descriptions has come to light.
        The ACS-prefixed names for them were invented for ncurses(3x).
 
-       The displayed values for the ACS_ and WACS_ constants depend on
+       The displayed values for the ACS_ and WACS_ constants depend on
 
        o   the library configuration, i.e., ncurses versus ncursesw, where the
            latter  is  capable  of displaying Unicode while the former is not,