X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_trace.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_trace.3x.html;h=ef2dfcafb7cba259b9c63a30edd193b98300fc79;hb=00dd248b527ad47f0fc3b0776a0889da0ac926d0;hp=dbbf128c1d87dfa1fac39840ef714b4bfafbba8a;hpb=5e7c0d571f78d9a76ea55fb5bb3a145d0e164264;p=ncurses.git diff --git a/doc/html/man/curs_trace.3x.html b/doc/html/man/curs_trace.3x.html index dbbf128c..ef2dfcaf 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.4 Library calls -

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

+

curs_trace 3x 2024-04-20 ncurses 6.4 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.4                       2024-04-20                    curs_trace(3x)