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=0eeb8b94cec35acaac451a1c2202e54d649cc6c1;hp=976fc3e496e7468e74fd858bae66d033e1d5ee23;hb=159cd0555e0efc14be66c9c3a1548f58908b6a1d;hpb=d90067f9008bb8338a77c1ed519bc108c275ed04 diff --git a/doc/html/man/curs_addch.3x.html b/doc/html/man/curs_addch.3x.html index 976fc3e4..0eeb8b94 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.75 2023/12/16 21:19:37 tom Exp @ + * @Id: curs_addch.3x,v 1.76 2023/12/23 16:27:51 tom Exp @ --> -curs_addch 3x 2023-12-16 ncurses 6.4 Library calls +curs_addch 3x 2023-12-23 ncurses 6.4 Library calls -

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

+

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

 curs_addch(3x)                   Library calls                  curs_addch(3x)
 
@@ -66,11 +66,11 @@
 
 

DESCRIPTION

 
-

Adding characters

+

Adding Characters

        The addch, waddch, mvaddch and mvwaddch routines put the  character  ch
        into  the  given  window  at its current window position, which is then
-       advanced.  They are  analogous  to  putchar(3)  in  stdio(3).   If  the
-       advance is at the right margin:
+       advanced.  They are analogous to the standard C  library's  putchar(3).
+       If the advance is at the right margin:
 
        o   The cursor automatically wraps to the beginning of the next line.
 
@@ -119,7 +119,7 @@
        OR'ed into characters.
 
 
-

Echoing characters

+

Echoing Characters

        The  echochar  and wechochar routines are equivalent to a call to addch
        followed by a call to refresh(3x), or a call to waddch  followed  by  a
        call  to wrefresh.  The knowledge that only a single character is being
@@ -308,7 +308,7 @@
 
 
 
-ncurses 6.4                       2023-12-16                    curs_addch(3x)
+ncurses 6.4                       2023-12-23                    curs_addch(3x)