X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_trace.3x;fp=man%2Fcurs_trace.3x;h=f2a737cbceb57fd68d930e372d9c32ae0d9f44d9;hp=2a55275c2e46045a7140cd4802d65284553f23b1;hb=bd2d9c5734d2c66abe0b2ddd766695b200c154fe;hpb=a1c9e77bebcdf278d9c290a97c82961e159cd896 diff --git a/man/curs_trace.3x b/man/curs_trace.3x index 2a55275c..f2a737cb 100644 --- a/man/curs_trace.3x +++ b/man/curs_trace.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright 2019-2022,2023 Thomas E. Dickey * +.\" Copyright 2019-2023,2024 Thomas E. Dickey * .\" Copyright 2000-2016,2017 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * @@ -27,8 +27,8 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_trace.3x,v 1.42 2023/12/23 16:08:25 tom Exp $ -.TH curs_trace 3X 2023-12-23 "ncurses 6.4" "Library calls" +.\" $Id: curs_trace.3x,v 1.44 2024/02/24 20:01:11 tom Exp $ +.TH curs_trace 3X 2024-02-24 "ncurses 6.4" "Library calls" .ie \n(.g \{\ .ds `` \(lq .ds '' \(rq @@ -196,21 +196,23 @@ The specific names are used as a guideline. These functions check the \fI\%NCURSES_TRACE\fP environment variable, to set the tracing feature as if \fBcurses_trace\fP was called: .RS 4 +.na .PP -filter, -initscr, -new_prescr, -newterm, -nofilter, -restartterm, -ripoffline, -setupterm, -slk_init, -tgetent, -use_env, -use_extended_names, -use_tioctl +\fB\%filter\fP, +\fB\%initscr\fP, +\fB\%new_prescr\fP, +\fB\%newterm\fP, +\fB\%nofilter\fP, +\fB\%restartterm\fP, +\fB\%ripoffline\fP, +\fB\%setupterm\fP, +\fB\%slk_init\fP, +\fB\%tgetent\fP, +\fB\%use_env\fP, +\fB\%use_extended_names\fP, +\fB\%use_tioctl\fP .RE +.ad .SS "Command-line Utilities" The command-line utilities such as \fBtic\fP(1) provide a verbose option which extends the set of messages written using the \fBcurses_trace\fP function.