X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_termattrs.3x.html;h=1ca91e23a3b1e6ff7c21fbc12a9faad4d6e62331;hp=f3d8eabe135ce5af50ac618b68a09d212f7ee54a;hb=HEAD;hpb=725169bda4d3b4c3fde0d4a94f76d017812c7ea6 diff --git a/doc/html/man/curs_termattrs.3x.html b/doc/html/man/curs_termattrs.3x.html index f3d8eabe..386b4b4b 100644 --- a/doc/html/man/curs_termattrs.3x.html +++ b/doc/html/man/curs_termattrs.3x.html @@ -27,19 +27,19 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_termattrs.3x,v 1.36 2024/03/16 15:35:01 tom Exp @ + * @Id: curs_termattrs.3x,v 1.41 2024/04/20 21:20:07 tom Exp @ --> -curs_termattrs 3x 2024-03-16 ncurses 6.4 Library calls +curs_termattrs 3x 2024-04-20 ncurses 6.5 Library calls -

curs_termattrs 3x 2024-03-16 ncurses 6.4 Library calls

+

curs_termattrs 3x 2024-04-20 ncurses 6.5 Library calls

 curs_termattrs(3x)               Library calls              curs_termattrs(3x)
 
@@ -57,11 +57,11 @@
 
        int baudrate(void);
        char erasechar(void);
-       int erasewchar(wchar_t *ch);
+       int erasewchar(wchar_t *wc);
        bool has_ic(void);
        bool has_il(void);
        char killchar(void);
-       int killwchar(wchar_t *ch);
+       int killwchar(wchar_t *wc);
        char *longname(void);
        attr_t term_attrs(void);
        chtype termattrs(void);
@@ -80,11 +80,11 @@
        The erasechar routine returns the user's current erase character.
 
        The  erasewchar  routine  stores  the  current  erase  character in the
-       location referenced by ch.  If no erase character has been defined, the
-       routine fails and the location referenced by ch is not changed.
+       location referenced by wc.  If no erase character has been defined, the
+       routine fails and the location referenced by wc is not changed.
 
 
-

has_is, has_il

+

has_ic, has_il

        The  has_ic  routine  is  true  if the terminal has insert- and delete-
        character capabilities.
 
@@ -98,8 +98,8 @@
        The killchar routine returns the user's current line kill character.
 
        The  killwchar  routine  stores  the current line-kill character in the
-       location referenced by ch.  If no line-kill character has been defined,
-       the routine fails and the location referenced by ch is not changed.
+       location referenced by wc.  If no line-kill character has been defined,
+       the routine fails and the location referenced by wc is not changed.
 
 
 

longname

@@ -139,8 +139,8 @@
 
 
 

PORTABILITY

-       The XSI Curses standard, Issue 4 describes these functions.  It changes
-       the return type of termattrs to the new type attr_t.  Most versions  of
+       X/Open  Curses,  Issue  4  describes  these  functions.  It changes the
+       return type of termattrs to the new  type  attr_t.   Most  versions  of
        curses truncate the result returned by termname to 14 characters.
 
 
@@ -149,7 +149,7 @@
 
 
 
-ncurses 6.4                       2024-03-16                curs_termattrs(3x)
+ncurses 6.5                       2024-04-20                curs_termattrs(3x)