X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_trace.3x.html;h=ab4eaef99224f8fe054f6800691e988ad3770baf;hp=e4d1129cb6f9d14703063700a9f331312d914a2f;hb=5dbe81a41e3c75806996cd762b9e55dcc9edb835;hpb=6a530b46563470c2ca73579d1994a0c8e275dd98 diff --git a/doc/html/man/curs_trace.3x.html b/doc/html/man/curs_trace.3x.html index e4d1129c..ab4eaef9 100644 --- a/doc/html/man/curs_trace.3x.html +++ b/doc/html/man/curs_trace.3x.html @@ -45,16 +45,14 @@ - -

NAME

+

NAME

        _tracef, _tracedump, _traceattr, _traceattr2,
        _nc_tracebits, _tracecchar_t, _tracecchar_t2, _tracechar,
        _tracechtype, _tracechtype2, _tracemouse, trace - curses
        debugging routines
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        void _tracef(const char *format, ...);
@@ -71,8 +69,7 @@
        void trace(const unsigned int param);
 
 
-
-

DESCRIPTION

+

DESCRIPTION

        The trace routines are used for debugging the ncurses  li-
        braries, as well as applications which use the ncurses li-
        braries.  These functions are normally available only with
@@ -168,22 +165,19 @@
               tent, use_env, use_extended_names, use_tioctl
 
 
-
-

RETURN VALUE

+

RETURN VALUE

        Routines which return a value are designed to be  used  as
        parameters to the _tracef routine.
 
 
-
-

PORTABILITY

+

PORTABILITY

        These  functions  are not part of the XSI interface.  Some
        other curses implementations are known  to  have  similar,
        undocumented  features,  but  they are not compatible with
        ncurses.
 
 
-
-

SEE ALSO

+

SEE ALSO

        curses(3x).