X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_trace.3x.html;h=f670c86cea51f3190966d58cf9063130abb4280a;hp=dbbf128c1d87dfa1fac39840ef714b4bfafbba8a;hb=HEAD;hpb=725169bda4d3b4c3fde0d4a94f76d017812c7ea6 diff --git a/doc/html/man/curs_trace.3x.html b/doc/html/man/curs_trace.3x.html index dbbf128c..c1ea937f 100644 --- a/doc/html/man/curs_trace.3x.html +++ b/doc/html/man/curs_trace.3x.html @@ -27,19 +27,19 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_trace.3x,v 1.47 2024/03/16 15:35:01 tom Exp @ + * @Id: curs_trace.3x,v 1.50 2024/04/20 21:24:19 tom Exp @ --> -curs_trace 3x 2024-03-16 ncurses 6.4 Library calls +curs_trace 3x 2024-04-20 ncurses 6.5 Library calls -

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

+

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

 curs_trace(3x)                   Library calls                  curs_trace(3x)
 
@@ -55,7 +55,7 @@
 

SYNOPSIS

        #include <curses.h>
 
-       unsigned curses_trace(const unsigned param);
+       unsigned curses_trace(const unsigned trace-mask);
 
        void _tracef(const char *format, ...);
 
@@ -63,7 +63,7 @@
        char *_traceattr2(int buffer, chtype ch);
        char *_tracecchar_t(const cchar_t *string);
        char *_tracecchar_t2(int buffer, const cchar_t *string);
-       char *_tracechar(int ch);
+       char *_tracechar(int c);
        char *_tracechtype(chtype ch);
        char *_tracechtype2(int buffer, chtype ch);
 
@@ -72,7 +72,7 @@
        char *_tracemouse(const MEVENT *event);
 
        /* deprecated */
-       void trace(const unsigned int param);
+       void trace(const unsigned int trace-mask);
 
 
 

DESCRIPTION

@@ -219,9 +219,9 @@
 
 
 

PORTABILITY

-       These functions are not part of the XSI interface.  Some  other  curses
-       implementations  are  known  to have similar features, but they are not
-       compatible with ncurses:
+       These functions are not part of  the  X/Open  Curses  interface.   Some
+       other  curses  implementations  are known to have similar features, but
+       they are not compatible with ncurses:
 
        o   SVr4 provided traceon and traceoff, to  control  whether  debugging
            information  was  written to the "trace" file.  While the functions
@@ -261,7 +261,7 @@
 
 
 
-ncurses 6.4                       2024-03-16                    curs_trace(3x)
+ncurses 6.5                       2024-04-20                    curs_trace(3x)