X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_trace.3x.html;h=8c3c555366161ea99f4870808c01d626ac197fd8;hp=c4a52c4dde620c389a50d4839eaa17914fb569a9;hb=027ae42953e3186daed8f3882da73de48291b606;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01 diff --git a/doc/html/man/curs_trace.3x.html b/doc/html/man/curs_trace.3x.html index c4a52c4d..8c3c5553 100644 --- a/doc/html/man/curs_trace.3x.html +++ b/doc/html/man/curs_trace.3x.html @@ -1,7 +1,7 @@ @@ -40,17 +40,22 @@
 
+curs_trace(3x)                                           curs_trace(3x)
+
+
+
 
 

NAME

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

SYNOPSIS

        #include <curses.h>
+
        void _tracef(const char *format, ...);
        void _tracedump(const char *label, WINDOW *win);
        char *_traceattr(attr_t attr);
@@ -65,12 +70,12 @@
 
 

DESCRIPTION

-       The  trace  routines  are  used  for debugging the ncurses
-       libraries, as well as applications which use  the  ncurses
-       libraries.   These  functions  are normally available only
-       with the debugging library libncurses_g.a, but may be com-
-       piled into any model (shared, static, profile) by defining
-       the symbol TRACE.
+       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
+       the debugging library libncurses_g.a, but may be  compiled
+       into  any  model (shared, static, profile) by defining the
+       symbol TRACE.
 
        The principal parts of this interface are the  trace  rou-
        tine which selectively enables different tracing features,
@@ -102,8 +107,8 @@
 
        TRACE_ORDINARY
             trace all update actions.  The  old  and  new  screen
-            contents  are  written  to  the  trace  file for each
-            refresh.
+            contents  are  written to the trace file for each re-
+            fresh.
 
        TRACE_CALLS
             trace all curses calls.  The parameters for each call
@@ -134,9 +139,9 @@
             maximum trace level,  enables  all  of  the  separate
             trace features.
 
-            Some  tracing features are enabled whenever the trace
-            parameter is nonzero.  Some  features  overlap.   The
-            specific names are used as a guideline.
+       Some  tracing  features are enabled whenever the trace pa-
+       rameter is nonzero.  Some features overlap.  The  specific
+       names are used as a guideline.
 
 
 
@@ -159,7 +164,7 @@ - + curs_trace(3x)