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=85855d0e10b9c73a8172a179088f1fe450a647b3;hb=HEAD;hpb=31c4bcf3307145fc5368b4aaf15e41bdd66a984b diff --git a/doc/html/man/curs_termattrs.3x.html b/doc/html/man/curs_termattrs.3x.html index 85855d0e..386b4b4b 100644 --- a/doc/html/man/curs_termattrs.3x.html +++ b/doc/html/man/curs_termattrs.3x.html @@ -1,6 +1,6 @@ -curs_termattrs 3x 2023-09-16 ncurses 6.4 Library calls +curs_termattrs 3x 2024-04-20 ncurses 6.5 Library calls -

curs_termattrs 3x 2023-09-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);
@@ -76,15 +76,15 @@
        integer.
 
 
-

erasechar, erasewchar

+

erasechar, erasewchar

        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.
 
@@ -94,12 +94,12 @@
        scrolling using scrollok(3x).
 
 
-

killchar, killwchar

+

killchar, killwchar

        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

@@ -112,7 +112,7 @@
        terminals.
 
 
-

termattrs, term_attrs

+

termattrs, term_attrs

        If  a  given  terminal  does  not  support  a  video  attribute that an
        application program is trying to use, curses may substitute a different
        video  attribute for it.  The termattrs and term_attrs functions return
@@ -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                       2023-09-16                curs_termattrs(3x)
+ncurses 6.5                       2024-04-20                curs_termattrs(3x)