X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_trace.3x.html;h=85ffaad03b7ac8008e0ed04e062f224aa42154f0;hp=e8ae83b90b1cb03943b0cc9cfb223eaa664cb100;hb=f344f8539c1543f8cd65a5bb142dbaf23b9421d2;hpb=1dd25cc0259e0683290fe889707b04979b5fda0a diff --git a/doc/html/man/curs_trace.3x.html b/doc/html/man/curs_trace.3x.html index e8ae83b9..85ffaad0 100644 --- a/doc/html/man/curs_trace.3x.html +++ b/doc/html/man/curs_trace.3x.html @@ -1,6 +1,6 @@ @@ -123,7 +123,7 @@ trace user and system times of updates. TRACE_TPUTS - trace tputs calls. + trace tputs(3x) calls. TRACE_UPDATE trace update actions, old & new screens. @@ -182,6 +182,30 @@ use_env, use_extended_names, use_tioctl +

Command-line Utilities

+       The command-line utilities such as tic(1) provide  a  ver-
+       bose  option which extends the set of messages written us-
+       ing the trace function.  Both of these (-v and trace)  use
+       the same variable (_nc_tracing), which determines the mes-
+       sages which are written.
+
+       Because the command-line utilities may call initialization
+       functions   such  as  setupterm,  tgetent  or  use_extend-
+       ed_names, some of their debugging output may  be  directed
+       to  the  trace file if the NCURSES_TRACE environment vari-
+       able is set:
+
+       o   messages produced in the utility are  written  to  the
+           standard error.
+
+       o   messages  produced by the underlying library are writ-
+           ten to trace.
+
+       If ncurses is built without tracing, none  of  the  latter
+       are  produced,  and  fewer diagnostics are provided by the
+       command-line utilities.
+
+
 

RETURN VALUE

        Routines which return a value are designed to be  used  as
        parameters to the _tracef routine.
@@ -215,6 +239,7 @@
 
  • Functions
  • Trace Parameter
  • Initialization
  • +
  • Command-line Utilities
  • RETURN VALUE