X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_addch.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_addch.3x.html;h=976fc3e496e7468e74fd858bae66d033e1d5ee23;hp=65ba4f28c9bbb602e5ceb4fffef80bbb8396a5b9;hb=d90067f9008bb8338a77c1ed519bc108c275ed04;hpb=b97ea58e03d5faebed2166faa4e0e590f2cdea34 diff --git a/doc/html/man/curs_addch.3x.html b/doc/html/man/curs_addch.3x.html index 65ba4f28..976fc3e4 100644 --- a/doc/html/man/curs_addch.3x.html +++ b/doc/html/man/curs_addch.3x.html @@ -28,19 +28,19 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_addch.3x,v 1.74 2023/11/25 14:20:05 tom Exp @ + * @Id: curs_addch.3x,v 1.75 2023/12/16 21:19:37 tom Exp @ --> -curs_addch 3x 2023-11-25 ncurses 6.4 Library calls +curs_addch 3x 2023-12-16 ncurses 6.4 Library calls -

curs_addch 3x 2023-11-25 ncurses 6.4 Library calls

+

curs_addch 3x 2023-12-16 ncurses 6.4 Library calls

 curs_addch(3x)                   Library calls                  curs_addch(3x)
 
@@ -79,7 +79,7 @@
 
        o   If scrollok(3x) is not enabled, writing a character  at  the  lower
            right margin succeeds.  However, an error is returned because it is
-           not possible to wrap to a new line
+           not possible to wrap to a new line.
 
        If ch is a tab, newline, carriage return or backspace,  the  cursor  is
        moved appropriately within the window:
@@ -190,7 +190,7 @@
 
        o   If  scrollok(3x)  is  not enabled, writing a character at the lower
            right margin succeeds.  However, an error is returned because it is
-           not possible to wrap to a new line
+           not possible to wrap to a new line.
 
        o   If  an error is detected when converting a multibyte character to a
            sequence of bytes, or if it is not  possible  to  add  all  of  the
@@ -245,7 +245,7 @@
 
        The displayed values for the ACS_ and WACS_ constants depend on
 
-       o   the library configuration, i.e., ncurses versus ncursesw, where the
+       o   the library configuration, i.e., ncurses versus ncursesw, where the
            latter  is  capable  of displaying Unicode while the former is not,
            and
 
@@ -266,19 +266,19 @@
        character information which is packed in a chtype to pass to waddch.
 
        In this implementation,  chtype  holds  an  eight-bit  character.   But
-       ncurses  allows  multibyte  characters  to be passed in a succession of
+       ncurses  allows  multibyte  characters  to be passed in a succession of
        calls to waddch.  The other implementations do not do this; a  call  to
        waddch  passes  exactly  one  character which may be rendered as one or
        more cells on the screen depending on whether it is printable.
 
-       Depending on the locale settings, ncurses will inspect the byte  passed
+       Depending on the locale settings, ncurses will inspect the byte  passed
        in  each  call  to waddch, and check if the latest call will continue a
-       multibyte sequence.  When a character is complete, ncurses displays the
+       multibyte sequence.  When a character is complete, ncurses displays the
        character and moves to the next position in the screen.
 
        If  the  calling  application  interrupts  the succession of bytes in a
        multibyte character by moving the current location (e.g., using wmove),
-       ncurses discards the partially built character, starting over again.
+       ncurses discards the partially built character, starting over again.
 
        For  portability  to  other  implementations,  do  not  rely  upon this
        behavior:
@@ -308,7 +308,7 @@
 
 
 
-ncurses 6.4                       2023-11-25                    curs_addch(3x)
+ncurses 6.4                       2023-12-16                    curs_addch(3x)